File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 15
15
"scripts" : {
16
16
"clean" : " rimraf lib" ,
17
17
"lint" : " eslint src" ,
18
- "build" : " npm run clean && npm run lint && npm run build:babel" ,
18
+ "build" : " npm- run-all clean lint build:babel" ,
19
19
"build:babel" : " babel src --out-dir lib" ,
20
- "test" : " npm run build && npm run test:mocha" ,
20
+ "test" : " npm- run-all build test:mocha" ,
21
21
"test:mocha" : " mocha test/*.js --compilers js:espower-babel/guess --timeout 30000 --colors" ,
22
- "testing" : " npm run clean && npm run testing:build && npm run testing:mocha " ,
22
+ "testing" : " npm- run-all clean --parallel testing:* " ,
23
23
"testing:build" : " npm run build:babel -- --watch --source-maps-inline" ,
24
24
"testing:mocha" : " npm run test:mocha -- --watch --growl" ,
25
25
"test-task:env-check" : " node test/tasks/env-check.js" ,
40
40
"eslint" : " ^0.19.0" ,
41
41
"espower-babel" : " ^2.0.0" ,
42
42
"mocha" : " ^2.2.4" ,
43
+ "npm-run-all" : " ^1.2.1" ,
43
44
"power-assert" : " ^0.10.2" ,
44
45
"rimraf" : " ^2.3.2" ,
45
46
"shelljs" : " ^0.4.0"
You can’t perform that action at this time.
0 commit comments