Skip to content

Commit 910fb95

Browse files
committed
Update: add yarn build to npm-publish.yml
1 parent 74719a7 commit 910fb95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
node-version: lts/fermium
2828
registry-url: https://registry.npmjs.org/
2929
- run: yarn --frozen-lockfile
30+
- run: yarn build
3031
- run: yarn publish --access public
3132
env:
3233
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)