Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: testing failing build
  • Loading branch information
obecny committed Aug 31, 2020
commit 18ce3b4436bb07ea2bd64b053e252307d78a4406
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ node_unit_tests: &node_unit_tests
- npm-cache-01-{{ .Environment.CIRCLE_JOB }}-{{ checksum "/tmp/checksums.txt" }}-F267A71D
- 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 @@ -112,10 +112,10 @@ browsers_unit_tests: &browsers_unit_tests
- npm-cache-01-{{ .Environment.CIRCLE_JOB }}-{{ checksum "/tmp/checksums.txt" }}-F267A71D
- 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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,4 @@ package.json.lerna_backup

*.iml
.idea