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 823acd9 commit eb35b34Copy full SHA for eb35b34
package.json
@@ -6,7 +6,7 @@
6
"main": "index.js",
7
"scripts": {
8
"test": "npm run lint",
9
- "install-all": "npm -v && rm -r node_modules && npm i && lerna exec --concurrency 1 -- npm -v && lerna exec --concurrency 1 -- rm -r node_modules && lerna exec --concurrency 1 -- npm i",
+ "install-all": "npm -v && rm -rf node_modules && npm i && lerna exec --concurrency 1 -- npm -v && lerna exec --concurrency 1 -- rm -rf node_modules && lerna exec --concurrency 1 -- npm i",
10
"build-eslint": "rimraf eslint && npm run clone-eslint && npm run webpackify-eslint && cd eslint && npm install --production",
11
"clone-eslint": "git clone https://github.com/eslint/eslint.git eslint",
12
"webpackify-eslint": "node tools/webpackify-eslint",
0 commit comments