chore: add missing tasks to package.json (#3325)

This commit is contained in:
Jesús Rodríguez 2017-03-01 13:02:48 +01:00 committed by GitHub
parent ccf667bf0d
commit cad3545cd0
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@
"serve": "lite-server -c=bs-config.json",
"prestart": "npm run build",
"start": "concurrently \"npm run build:watch\" \"npm run serve\"",
"protractor": "protractor protractor.config.js",
"protractor": "protractor",
"webdriver:update": "webdriver-manager update --standalone false --gecko false",
"pretest": "npm run build",
"test": "concurrently \"npm run build:watch\" \"karma start karma.conf.js\"",
"pretest:once": "npm run build",