File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 66 "main" : " index.js" ,
77 "scripts" : {
88 "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" ,
9+ "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" ,
1010 "build-eslint" : " rimraf eslint && npm run clone-eslint && npm run webpackify-eslint && cd eslint && npm install --production" ,
1111 "clone-eslint" : " git clone https://github.com/eslint/eslint.git eslint" ,
1212 "webpackify-eslint" : " node tools/webpackify-eslint" ,
You can’t perform that action at this time.
0 commit comments