Repair npm run test

This commit is contained in:
Eugene Arshinov
2019-08-26 21:28:12 +03:00
committed by Evgeny Arshinov
parent 77f2466f17
commit 268534b3e1
3 changed files with 7 additions and 14 deletions

View File

@@ -18,8 +18,8 @@
"build.watch": "ngm build -p src --watch --skip-bundles",
"start": "ng serve --aot",
"pretest": "run-s lint build link",
"test": "ng test -sr",
"test-coverage": "ng test -sr -cc",
"test": "ng test",
"test-coverage": "ng test --code-coverage",
"version": "npm run flow.changelog && git add -A"
},
"main": "bundles/ng2-file-upload.umd.js",