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 c358cb2 commit 2ce64efCopy full SHA for 2ce64ef
package.json
@@ -6,7 +6,7 @@
6
"main": "index.js",
7
"scripts": {
8
"test": "npm run lint",
9
- "install-all": "npm -v && npm i && lerna exec --concurrency 1 -- npm i",
+ "install-all": "npm -v && npm i && lerna exec --concurrency 1 -- npm -v && 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