Skip to content

Commit

Permalink
Make sure Lerna bootstrap is explicitly run
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-dean committed Aug 19, 2023
1 parent 8d38745 commit 0c56616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# The Node.js version to configure
node-version: ${{ matrix.node }}
- name: Install npm dependencies
run: npm install
run: npm install && npx lerna bootstrap
- name: Print put node & npm version
# Output useful info for debugging.
run: node --version && npm --version
Expand All @@ -46,7 +46,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
- name: Install npm dependencies
run: npm install
run: npm install && npx lerna bootstrap
- name: Print put node & npm version
run: node --version && npm --version
- name: Run unit test
Expand Down

0 comments on commit 0c56616

Please sign in to comment.