Skip to content

Commit

Permalink
fix(github): lerna bootsrap before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
JiLiZART committed Nov 28, 2021
1 parent d070a66 commit 4e4b1e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/npm-publish.yml
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
node-version: 14
- run: npm ci
- run: npm run bootstrap
- run: npm test

publish-npm:
Expand All @@ -28,6 +29,7 @@ jobs:
node-version: 14
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run bootstrap
- run: npm run publish-ci
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
Expand All @@ -45,6 +47,7 @@ jobs:
node-version: 14
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npm run bootstrap
- run: npm run publish-ci
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 4e4b1e6

Please sign in to comment.