Skip to content

Commit

Permalink
Add npm script for Vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
bkimminich committed Jun 24, 2017
1 parent 4861a61 commit 0746566
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 @@ -132,7 +132,8 @@
"update-webdriver": "webdriver-manager update",
"preprotractor": "npm run update-webdriver",
"protractor": "node test/e2eTests.js",
"stryker": "stryker run stryker.client-conf.js"
"stryker": "stryker run stryker.client-conf.js",
"vagrant": "cd vagrant && vagrant up"
},
"engines": {
"node": "~4 ~6 ~8"
Expand Down

0 comments on commit 0746566

Please sign in to comment.