mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-03 18:28:13 +01:00
remove test scripts
This commit is contained in:
parent
4315000905
commit
dabc37a1ef
@ -12,9 +12,7 @@
|
|||||||
"build:prod:watch": "cross-env NODE_ENV=production webpack-serve --config webpack.config.js",
|
"build:prod:watch": "cross-env NODE_ENV=production webpack-serve --config webpack.config.js",
|
||||||
"dist": "npm run build:prod && gulp dist",
|
"dist": "npm run build:prod && gulp dist",
|
||||||
"lint": "tslint src/**/*.ts || true",
|
"lint": "tslint src/**/*.ts || true",
|
||||||
"lint:fix": "tslint src/**/*.ts --fix",
|
"lint:fix": "tslint src/**/*.ts --fix"
|
||||||
"test": "karma start --single-run",
|
|
||||||
"test:watch": "karma start"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular/compiler-cli": "5.2.0",
|
"@angular/compiler-cli": "5.2.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user