Skip to content

Commit

Permalink
Ignore scripts on install
Browse files Browse the repository at this point in the history
  • Loading branch information
jzempel committed Nov 17, 2023
1 parent 1cbbfd7 commit b64ddea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
steps:
- checkout
- node/install-packages:
override-ci-command: npm ci --ignore-scripts
cache-version: '{{ .Environment.CACHE_VERSION }}'
- run: npm exec -- lerna run build --concurrency=1 # prevent out-of-memory
- run: npm exec -- lerna run build --concurrency=2 # prevent out-of-memory
- *persist_to_workspace

test:
Expand Down

0 comments on commit b64ddea

Please sign in to comment.