Skip to content

Commit

Permalink
chore(monorepo): add rimraf globally
Browse files Browse the repository at this point in the history
chore(monorepo): revert back
  • Loading branch information
sendilkumarn committed May 18, 2018
1 parent 7de58ea commit 7c0e245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"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 clean:all && npm install && lerna bootstrap --hoist --npm-client=npm --nohoist=eslint && 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": "lerna bootstrap && npm run lint && npm run bundlesize",
Expand Down

0 comments on commit 7c0e245

Please sign in to comment.