Skip to content

Commit

Permalink
chore: trying to fix build - investigating
Browse files Browse the repository at this point in the history
  • Loading branch information
obecny committed Aug 31, 2020
1 parent 8fd17e1 commit e606152
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ node_unit_tests: &node_unit_tests
- npm-cache-01-{{ .Environment.CIRCLE_JOB }}-{{ checksum "/tmp/checksums.txt" }}
- run:
name: Install Root Dependencies
command: npm install --ignore-scripts
command: npm install
- run:
name: Boostrap dependencies
command: npx lerna bootstrap --no-ci
command: npx lerna bootstrap
- save_cache:
<<: *cache_1
- run:
Expand Down Expand Up @@ -115,10 +115,10 @@ browsers_unit_tests: &browsers_unit_tests
- npm-cache-01-{{ .Environment.CIRCLE_JOB }}-{{ checksum "/tmp/checksums.txt" }}
- run:
name: Install Root Dependencies
command: npm install --ignore-scripts
command: npm install
- run:
name: Boostrap dependencies
command: npx lerna bootstrap --no-ci
command: npx lerna bootstrap
- save_cache:
<<: *cache_1
- run:
Expand Down

0 comments on commit e606152

Please sign in to comment.