Skip to content

Commit

Permalink
Fixed missing test dependencies from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Gleitze committed Nov 10, 2015
1 parent be5da82 commit 837946e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@
"watch": "^0.16.0"
},
"scripts": {
"postinstall": "bower install && npm run build-css",
"postinstall": "bower install && npm run install-testdependencies && npm run build-css",
"build-css": "node tasks/sass",
"test": "protractor test/behaviour/protractor.conf",
"install-testdependencies": "webdriver-manager update --standalone --chrome --browserstacklocal",
"browsertest": "protractor test/behaviour/protractor.browserstack.conf",
"chrometest": "protractor test/behaviour/protractor.conf --browser chrome",
"lint": "eslint js/**/*.js test/**/*.js",
Expand Down

0 comments on commit 837946e

Please sign in to comment.