1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-02 04:48:57 +02:00

remove test scripts

This commit is contained in:
Kyle Spearrin 2018-06-05 11:16:22 -04:00
parent 4315000905
commit dabc37a1ef

View File

@ -12,9 +12,7 @@
"build:prod:watch": "cross-env NODE_ENV=production webpack-serve --config webpack.config.js",
"dist": "npm run build:prod && gulp dist",
"lint": "tslint src/**/*.ts || true",
"lint:fix": "tslint src/**/*.ts --fix",
"test": "karma start --single-run",
"test:watch": "karma start"
"lint:fix": "tslint src/**/*.ts --fix"
},
"devDependencies": {
"@angular/compiler-cli": "5.2.0",