2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-05-15 11:59:37 +03:00

fix(github): lerna bootsrap before publish

This commit is contained in:
Nikolay Kostyurin
2021-11-29 00:59:02 +02:00
committed by GitHub
parent d070a66db3
commit 4e4b1e63dd
+3
View File
@@ -16,6 +16,7 @@ jobs:
with:
node-version: 14
- run: npm ci
- run: npm run bootstrap
- run: npm test
publish-npm:
@@ -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}}
@@ -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}}