Skip to content

Commit 678dc95

Browse files
committed
Build project before publish
1 parent 2285aab commit 678dc95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
run: npm ci
2121
- name: Run tests
2222
run: npm test
23+
- name: Build project
24+
run: npm run build
2325
- name: Publish to NPM
2426
run: npm publish
2527
env:

0 commit comments

Comments
 (0)