mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-17 16:16:48 +00:00
build: activate linter in ci/qa for packages that were missing it
This commit is contained in:
parent
ece942b3a8
commit
eb33aa16ee
@ -50,10 +50,8 @@
|
||||
"_typecheck": "npm run solo -- typecheck",
|
||||
"ci": "npm run qa",
|
||||
"clean": "npm run reset",
|
||||
"lint": "npm-run-all lint:*",
|
||||
"// lint:js": "eslint test/",
|
||||
"lint:ts": "tslint -c tslint.json \"src/**/*.ts\"",
|
||||
"qa": "npm-run-all _typecheck _build",
|
||||
"lint": "tslint -c tslint.json \"src/**/*.ts\"",
|
||||
"qa": "npm-run-all lint _typecheck _build",
|
||||
"reset": "npx rimraf coverage dist embarkjs-*.tgz package",
|
||||
"solo": "embark-solo"
|
||||
},
|
||||
|
@ -44,7 +44,7 @@
|
||||
"ci": "npm run qa",
|
||||
"clean": "npm run reset",
|
||||
"lint": "eslint --ignore-pattern '!.*.js' .babelrc.js src/",
|
||||
"qa": "npm-run-all _typecheck _build",
|
||||
"qa": "npm-run-all lint _typecheck _build",
|
||||
"reset": "npx rimraf coverage dist embarkjs-*.tgz package",
|
||||
"solo": "embark-solo"
|
||||
},
|
||||
|
@ -44,7 +44,7 @@
|
||||
"ci": "npm run qa",
|
||||
"clean": "npm run reset",
|
||||
"lint": "eslint --ignore-pattern '!.*.js' .babelrc.js src/",
|
||||
"qa": "npm-run-all _typecheck _build",
|
||||
"qa": "npm-run-all lint _typecheck _build",
|
||||
"reset": "npx rimraf coverage dist embarkjs-*.tgz package",
|
||||
"solo": "embark-solo"
|
||||
},
|
||||
|
@ -44,7 +44,7 @@
|
||||
"ci": "npm run qa",
|
||||
"clean": "npm run reset",
|
||||
"lint": "eslint --ignore-pattern '!.*.js' .babelrc.js src/",
|
||||
"qa": "npm-run-all _typecheck _build",
|
||||
"qa": "npm-run-all lint _typecheck _build",
|
||||
"reset": "npx rimraf coverage dist embarkjs-*.tgz package",
|
||||
"solo": "embark-solo"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user