File tree Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 50
50
"_typecheck" : " npm run solo -- typecheck" ,
51
51
"ci" : " npm run qa" ,
52
52
"clean" : " npm run reset" ,
53
- "lint" : " npm-run-all lint:*" ,
54
- "// lint:js" : " eslint test/" ,
55
- "lint:ts" : " tslint -c tslint.json \" src/**/*.ts\" " ,
56
- "qa" : " npm-run-all _typecheck _build" ,
53
+ "lint" : " tslint -c tslint.json \" src/**/*.ts\" " ,
54
+ "qa" : " npm-run-all lint _typecheck _build" ,
57
55
"reset" : " npx rimraf coverage dist embarkjs-*.tgz package" ,
58
56
"solo" : " embark-solo"
59
57
},
81
79
"npm" : " >=6.11.3" ,
82
80
"yarn" : " >=1.19.1"
83
81
}
84
- }
82
+ }
Original file line number Diff line number Diff line change 44
44
"ci" : " npm run qa" ,
45
45
"clean" : " npm run reset" ,
46
46
"lint" : " eslint --ignore-pattern '!.*.js' .babelrc.js src/" ,
47
- "qa" : " npm-run-all _typecheck _build" ,
47
+ "qa" : " npm-run-all lint _typecheck _build" ,
48
48
"reset" : " npx rimraf coverage dist embarkjs-*.tgz package" ,
49
49
"solo" : " embark-solo"
50
50
},
Original file line number Diff line number Diff line change 44
44
"ci" : " npm run qa" ,
45
45
"clean" : " npm run reset" ,
46
46
"lint" : " eslint --ignore-pattern '!.*.js' .babelrc.js src/" ,
47
- "qa" : " npm-run-all _typecheck _build" ,
47
+ "qa" : " npm-run-all lint _typecheck _build" ,
48
48
"reset" : " npx rimraf coverage dist embarkjs-*.tgz package" ,
49
49
"solo" : " embark-solo"
50
50
},
Original file line number Diff line number Diff line change 44
44
"ci" : " npm run qa" ,
45
45
"clean" : " npm run reset" ,
46
46
"lint" : " eslint --ignore-pattern '!.*.js' .babelrc.js src/" ,
47
- "qa" : " npm-run-all _typecheck _build" ,
47
+ "qa" : " npm-run-all lint _typecheck _build" ,
48
48
"reset" : " npx rimraf coverage dist embarkjs-*.tgz package" ,
49
49
"solo" : " embark-solo"
50
50
},
You can’t perform that action at this time.
0 commit comments