Skip to content

Commit

Permalink
Update dependencies.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypnosphi committed Dec 4, 2017
1 parent d09f502 commit c9e91bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ collectors:
versions: "L.Y.Y"
settings:
batch_mode: true
bootstrap_command: npm run bootstrap -- --npm-client="/usr/src/actor/node_modules/.bin/npm"
bootstrap_command: npm install && npm run bootstrap -- --concurrency 1 --npm-client="/usr/src/actor/node_modules/.bin/npm"
github_labels:
- dependencies
# separate PRs for major updates
- type: js-lerna
versions: "Y.0.0"
settings:
bootstrap_command: npm run bootstrap -- --npm-client="/usr/src/actor/node_modules/.bin/npm"
bootstrap_command: npm run bootstrap -- --concurrency 1 --npm-client="/usr/src/actor/node_modules/.bin/npm"
github_labels:
- dependencies

0 comments on commit c9e91bb

Please sign in to comment.