mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
Run scripts in parallel.
This commit is contained in:
committed by
John-David Dalton
parent
f87af6c642
commit
60a0d554a0
@@ -28,11 +28,11 @@
|
|||||||
"webpack": "^1.12.12"
|
"webpack": "^1.12.12"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npm run build:main && npm run build:fp",
|
"build": "npm run build:main & npm run build:fp",
|
||||||
"build:fp": "node lib/fp/build-dist.js",
|
"build:fp": "node lib/fp/build-dist.js",
|
||||||
"build:fp-modules": "node lib/fp/build-modules.js",
|
"build:fp-modules": "node lib/fp/build-modules.js",
|
||||||
"build:main": "node lib/main/build-dist.js",
|
"build:main": "node lib/main/build-dist.js",
|
||||||
"style": "npm run style:main && npm run style:fp && npm run style:perf && npm run style:test",
|
"style": "npm run style:main & npm run style:fp & npm run style:perf & npm run style:test",
|
||||||
"style:fp": "jscs fp/*.js lib/**/*.js",
|
"style:fp": "jscs fp/*.js lib/**/*.js",
|
||||||
"style:main": "jscs lodash.js",
|
"style:main": "jscs lodash.js",
|
||||||
"style:perf": "jscs perf/*.js perf/**/*.js",
|
"style:perf": "jscs perf/*.js perf/**/*.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user