Skip to content

Commit

Permalink
chore: use CI flag for lerna bootstrap (dfinity#314)
Browse files Browse the repository at this point in the history
So it respects the package-lock.json.
  • Loading branch information
hansl authored Mar 23, 2021
1 parent 2fadf5c commit b5e9e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
node-version: ${{ matrix.node }}

- run: npx lerna bootstrap
- run: npx lerna bootstrap --ci
- run: npx lerna run lint

# build monorepo incl. each subpackage
Expand Down

0 comments on commit b5e9e11

Please sign in to comment.