remove e2e to try to debug circle ci

This commit is contained in:
Darren Nelsen 2018-03-14 13:46:49 -04:00
parent f10694f8b0
commit ff97b5d4fa

View File

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