Skip to content

Commit

Permalink
chore(monorepo): add bootstrap to run
Browse files Browse the repository at this point in the history
chore(monorepo): add bootstrap to ci
  • Loading branch information
sendilkumarn committed May 17, 2018
1 parent 3a82b7d commit 17c2c88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ install:
- npm install -g codecov
- npm install -g eslint
- npm install -g greenkeeper-lockfile@1
- lerna bootstrap

before_script: greenkeeper-lockfile-update
after_script: greenkeeper-lockfile-upload
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"test": "lerna run test",
"reportCoverage": "nyc report --reporter=json && codecov -f coverage/coverage-final.json --disable=gcov",
"jsdoc": "jsdoc -c jsdoc.json -r -d docs",
"appveyor:lint": "npm run lint",
"appveyor:lint": "lerna bootstrap && npm run lint",
"appveyor:test": "lerna run test && npm run reportCoverage",
"travis:integration": "lerna run test && npm run reportCoverage",
"travis:lint": "npm run lint && npm run bundlesize",
"travis:lint": "lerna bootstrap && npm run lint && npm run bundlesize",
"bundlesize": "bundlesize",
"changelog": "conventional-changelog --config ./build/changelog-generator/index.js --infile CHANGELOG.md --same-file",
"semantic-release": "semantic-release",
Expand Down

0 comments on commit 17c2c88

Please sign in to comment.