Skip to content
This repository was archived by the owner on Aug 15, 2019. It is now read-only.

Commit 5ec272b

Browse files
committed
update webdrivers in e2e task
1 parent 80b86cb commit 5ec272b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"test:parallel": "ng test --karma-config src/karma-parallel.conf.js --watch false --progress false --browsers ChromeHeadless",
1212
"test:headless": "ng test --watch false --progress false --browsers ChromeHeadless",
1313
"build": "ng build --prod",
14-
"pree2e": "node node_modules/protractor/bin/webdriver-manager update",
15-
"e2e": "ng e2e --no-webdriver-update",
14+
"e2e": "ng e2e",
1615
"ng": "ng",
1716
"precommit-check": "echo \"Starting Precommit\" && npm run lint && exit 0",
1817
"postinstall": "ng build --prod"
@@ -73,4 +72,4 @@
7372
"typescript": "3.2.4"
7473
},
7574
"repository": {}
76-
}
75+
}

0 commit comments

Comments
 (0)