remove code coverage to make circle happy?

This commit is contained in:
Darren Nelsen 2018-03-14 13:39:17 -04:00
parent b0f659b818
commit f10694f8b0

View File

@ -14,7 +14,7 @@
"postinstall": "webdriver-manager update --gecko false", "postinstall": "webdriver-manager update --gecko false",
"start": "ionic serve", "start": "ionic serve",
"test": "ng test --code-coverage", "test": "ng test --code-coverage",
"test:ci": "ng test --watch=false --code-coverage && npm run e2e", "test:ci": "ng test --watch=false && npm run e2e",
"cov": "opn coverage/index.html" "cov": "opn coverage/index.html"
}, },
"dependencies": { "dependencies": {