build(devtools): invoke tslint directly via binary

This commit is contained in:
mgechev 2021-09-09 19:41:23 -07:00 committed by Minko Gechev
parent abf271e5e7
commit cffd62df9b

View file

@ -11,8 +11,8 @@
"build:chrome": "cross-env LATEST_SHA=`git rev-parse --short HEAD` ng build shell-chrome",
"release": "node projects/shell-chrome/set-version.js && cross-env LATEST_SHA=`git rev-parse --short HEAD` ng build shell-chrome --configuration production",
"test": "ng test",
"lint": "ng lint",
"lint:fix": "ng lint --fix",
"lint": "tslint -p tsconfig.json -c tslint.json",
"lint:fix": "tslint -p tsconfig.json -c tslint.json --fix",
"e2e": "npm run cy:run",
"cy:verify": "$(npm bin)/cypress verify",
"cy:version": "$(npm bin)/cypress version",