mirror of
https://github.com/bitwarden/browser
synced 2026-01-03 17:13:47 +00:00
lint spec dir
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
"prebuild": "rimraf dist/**/*",
|
||||
"build": "tsc",
|
||||
"build:watch": "tsc -watch",
|
||||
"lint": "tslint src/**/*.ts || true",
|
||||
"lint:fix": "tslint src/**/*.ts --fix",
|
||||
"lint": "tslint src/**/*.ts spec/**/*.ts || true",
|
||||
"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",
|
||||
"test:node": "npm run build && jasmine",
|
||||
|
||||
Reference in New Issue
Block a user