Skip to content

Commit 80cf72c

Browse files
committed
Add a build step to the Publish Workflow to make sure the dist/index.js is updated on every release.
1 parent 6c61db6 commit 80cf72c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
run: npm run format:check
2323
- name: Lint
2424
run: npm run lint
25+
- name: Build
26+
run: npm run build
2527
- name: Test
2628
run: npm run test
2729
- uses: JasonEtco/build-and-tag-action@v2

0 commit comments

Comments
 (0)