Repair npm run test
This commit is contained in:
committed by
Evgeny Arshinov
parent
77f2466f17
commit
268534b3e1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user