Skip to content

Commit

Permalink
chore: use local lerna installation
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed Feb 3, 2020
1 parent 4933d4b commit 8fd7171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ node_unit_tests: &node_unit_tests
- npm-cache-02-{{ .Environment.CIRCLE_JOB }}-{{ checksum "/tmp/checksums.txt" }}-2
- run:
name: Install Dependencies
command: npm install --ignore-scripts && lerna bootstrap --ignore-scripts
command: npm install --ignore-scripts && npm run bootstrap --ignore-scripts
- save_cache:
<<: *cache_1
- save_cache:
Expand Down

0 comments on commit 8fd7171

Please sign in to comment.