Skip to content

Commit

Permalink
added webdriver update script
Browse files Browse the repository at this point in the history
  • Loading branch information
fischermatte committed Jul 11, 2018
1 parent 07e9dce commit a42a512
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions geolud-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"postbuild": "node zip-dist.js",
"test": "ng test --browsers PhantomJS --watch=false",
"lint": "ng lint",
"e2e": "ng e2e"
"e2e": "ng e2e",
"update-webdriver": "node node_modules/protractor/bin/webdriver-manager update"
},
"private": true,
"dependencies": {
Expand Down Expand Up @@ -61,6 +62,7 @@
"protractor": "5.3.2",
"ts-node": "3.3.0",
"tslint": "5.8.0",
"typescript": "2.7.2"
"typescript": "2.7.2",
"webdriver-manager": "^12.1.0"
}
}

0 comments on commit a42a512

Please sign in to comment.