We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e285804 commit bf2da03Copy full SHA for bf2da03
.github/workflows/cd.yml
@@ -26,7 +26,10 @@ jobs:
26
env:
27
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
28
- name: Install Dependencies
29
- run: npm ci --no-package-lock && lerna bootstrap --ignore-scripts
+ run: npm ci --no-package-lock
30
+ shell: bash
31
+ - name: Bootstrap
32
+ run: npm run bootstrap -- --ignore-scripts
33
shell: bash
34
- name: Release
35
run: npm run publish:ci
0 commit comments