fix ci: avoid GitHub download, rate limit

This commit is contained in:
Jason Dreyzehner 2017-07-11 11:57:32 -04:00
parent 0608159096
commit f1994947b9

View File

@ -8,7 +8,7 @@
"ionic:build": "ionic-app-scripts build",
"ionic:serve": "ionic-app-scripts serve",
"e2e": "ionic-app-scripts build && protractor",
"postinstall": "webdriver-manager update",
"postinstall": "webdriver-manager update --gecko false",
"start": "ionic serve",
"test": "ng test --code-coverage",
"cov": "opn coverage/index.html",