We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de58ea commit 7c0e245Copy full SHA for 7c0e245
package.json
@@ -33,7 +33,7 @@
33
"test": "lerna run test",
34
"reportCoverage": "nyc report --reporter=json && codecov -f coverage/coverage-final.json --disable=gcov",
35
"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",
+ "appveyor:lint": "lerna bootstrap && npm run lint",
37
"appveyor:test": "lerna run test && npm run reportCoverage",
38
"travis:integration": "lerna run test && npm run reportCoverage",
39
"travis:lint": "lerna bootstrap && npm run lint && npm run bundlesize",
0 commit comments