Skip to content

Commit 7c0e245

Browse files
committed
chore(monorepo): add rimraf globally
chore(monorepo): revert back
1 parent 7de58ea commit 7c0e245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"test": "lerna run test",
3434
"reportCoverage": "nyc report --reporter=json && codecov -f coverage/coverage-final.json --disable=gcov",
3535
"jsdoc": "jsdoc -c jsdoc.json -r -d docs",
36-
"appveyor:lint": "npm run clean:all && npm install && lerna bootstrap --hoist --npm-client=npm --nohoist=eslint && npm run lint",
36+
"appveyor:lint": "lerna bootstrap && npm run lint",
3737
"appveyor:test": "lerna run test && npm run reportCoverage",
3838
"travis:integration": "lerna run test && npm run reportCoverage",
3939
"travis:lint": "lerna bootstrap && npm run lint && npm run bundlesize",

0 commit comments

Comments
 (0)