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 5050 "_typecheck" : " npm run solo -- typecheck" ,
5151 "ci" : " npm run qa" ,
5252 "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" ,
5755 "reset" : " npx rimraf coverage dist embarkjs-*.tgz package" ,
5856 "solo" : " embark-solo"
5957 },
8179 "npm" : " >=6.11.3" ,
8280 "yarn" : " >=1.19.1"
8381 }
84- }
82+ }
Original file line number Diff line number Diff line change 4444 "ci" : " npm run qa" ,
4545 "clean" : " npm run reset" ,
4646 "lint" : " eslint --ignore-pattern '!.*.js' .babelrc.js src/" ,
47- "qa" : " npm-run-all _typecheck _build" ,
47+ "qa" : " npm-run-all lint _typecheck _build" ,
4848 "reset" : " npx rimraf coverage dist embarkjs-*.tgz package" ,
4949 "solo" : " embark-solo"
5050 },
Original file line number Diff line number Diff line change 4444 "ci" : " npm run qa" ,
4545 "clean" : " npm run reset" ,
4646 "lint" : " eslint --ignore-pattern '!.*.js' .babelrc.js src/" ,
47- "qa" : " npm-run-all _typecheck _build" ,
47+ "qa" : " npm-run-all lint _typecheck _build" ,
4848 "reset" : " npx rimraf coverage dist embarkjs-*.tgz package" ,
4949 "solo" : " embark-solo"
5050 },
Original file line number Diff line number Diff line change 4444 "ci" : " npm run qa" ,
4545 "clean" : " npm run reset" ,
4646 "lint" : " eslint --ignore-pattern '!.*.js' .babelrc.js src/" ,
47- "qa" : " npm-run-all _typecheck _build" ,
47+ "qa" : " npm-run-all lint _typecheck _build" ,
4848 "reset" : " npx rimraf coverage dist embarkjs-*.tgz package" ,
4949 "solo" : " embark-solo"
5050 },
You can’t perform that action at this time.
0 commit comments