Skip to content

Commit 3553306

Browse files
committed
Update npm-publish.yml
1 parent 9ebf0ba commit 3553306

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
node-version: 16
2424
registry-url: https://registry.npmjs.org/
2525
scope: "@smakss"
26-
- run: yarn generate
26+
- run: yarn && yarn generate
2727
- run: npm publish
2828
env:
2929
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
@@ -38,7 +38,7 @@ jobs:
3838
node-version: 16
3939
registry-url: https://npm.pkg.github.com/
4040
scope: "@smakss"
41-
- run: yarn generate
41+
- run: yarn && yarn generate
4242
- run: npm publish
4343
env:
4444
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)