mirror of https://github.com/embarklabs/embark.git
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"
|
||||
},
|
||||
|
@ -81,4 +79,4 @@
|
|||
"npm": ">=6.11.3",
|
||||
"yarn": ">=1.19.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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…
Reference in New Issue