Skip to content

Commit 5c96b69

Browse files
authored
ci: add bootstrap step in workflow (#2553)
1 parent a141bbb commit 5c96b69

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nodejs.yml

+3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
- name: Install dependencies
3838
run: yarn
3939

40+
- name: Bootstrap
41+
run: yarn lerna bootstrap
42+
4043
- name: Build
4144
run: yarn build
4245

0 commit comments

Comments
 (0)