Skip to content

Commit bf2da03

Browse files
committed
chore(): fix bootstrap set
1 parent e285804 commit bf2da03

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/cd.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ jobs:
2626
env:
2727
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2828
- name: Install Dependencies
29-
run: npm ci --no-package-lock && lerna bootstrap --ignore-scripts
29+
run: npm ci --no-package-lock
30+
shell: bash
31+
- name: Bootstrap
32+
run: npm run bootstrap -- --ignore-scripts
3033
shell: bash
3134
- name: Release
3235
run: npm run publish:ci

0 commit comments

Comments
 (0)