Skip to content

Commit 9c36d17

Browse files
committed
fix: stop running webdriver update on npm postinstall
Fix #304 Fix #303
1 parent e2fabe9 commit 9c36d17

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
@@ -9,7 +9,7 @@
99
"homepage": "http://github.com/assisrafael/angular-input-masks",
1010
"scripts": {
1111
"build": "gulp build",
12-
"ci": "npm run lint && npm run test",
12+
"ci": "npm run lint && npm run webdriver && npm run test",
1313
"demo": "gulp serve",
1414
"lint": "eslint *.js src/ config/ --fix",
1515
"test": "npm run test:unit && npm run test:e2e",
@@ -19,8 +19,7 @@
1919
"test:unit:watch": "karma start config/karma.conf.js --auto-watch",
2020
"prepare": "npm run build",
2121
"release": "standard-version",
22-
"webdriver": "webdriver-manager update",
23-
"postinstall": "npm run webdriver"
22+
"webdriver": "webdriver-manager update"
2423
},
2524
"keywords": [
2625
"input",

0 commit comments

Comments
 (0)