Skip to content

Commit 1d7697f

Browse files
committed
changed: added build support to publish package workflow
1 parent a32f200 commit 1d7697f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- run: git push
3131
- run: git push --follow-tags
3232

33+
- name: build project
34+
run: npm run build
35+
3336
- name: publish to npm
3437
run: |
3538
npm set //registry.npmjs.org/:_authToken ${{ secrets.npm_token }}

0 commit comments

Comments
 (0)