Skip to content

Commit 426e26f

Browse files
committed
Fix publish job
1 parent 6112e45 commit 426e26f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ jobs:
143143
registry-url: https://registry.npmjs.org/
144144
node-version: 15
145145
- run: npm ci
146+
- run: npm run-s build
146147
- run: npm publish --access public
147148
env:
148149
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)