Skip to content

Commit 0816fb7

Browse files
committed
include build when publishing
1 parent 0de9637 commit 0816fb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
run: npm run lint
2121
- name: Run tests
2222
run: npm test
23-
23+
- name: Run Build
24+
run: npm run build
2425
publish-npm:
2526
needs: build
2627
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)