mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
build(devtools): invoke tslint directly via binary
This commit is contained in:
parent
abf271e5e7
commit
cffd62df9b
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue