mirror of
https://github.com/bitwarden/browser
synced 2026-01-20 01:13:48 +00:00
Add the lint to CI script (#87)
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
"clean": "rimraf dist/**/*",
|
||||
"build": "npm run clean && tsc",
|
||||
"build:watch": "npm run clean && tsc -watch",
|
||||
"lint": "tslint src/**/*.ts spec/**/*.ts || true",
|
||||
"lint": "tslint src/**/*.ts spec/**/*.ts",
|
||||
"lint:fix": "tslint src/**/*.ts spec/**/*.ts --fix",
|
||||
"test": "karma start ./spec/support/karma.conf.js --single-run",
|
||||
"test:watch": "karma start ./spec/support/karma.conf.js",
|
||||
|
||||
Reference in New Issue
Block a user