We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2fabe9 commit 9c36d17Copy full SHA for 9c36d17
package.json
@@ -9,7 +9,7 @@
9
"homepage": "http://github.com/assisrafael/angular-input-masks",
10
"scripts": {
11
"build": "gulp build",
12
- "ci": "npm run lint && npm run test",
+ "ci": "npm run lint && npm run webdriver && npm run test",
13
"demo": "gulp serve",
14
"lint": "eslint *.js src/ config/ --fix",
15
"test": "npm run test:unit && npm run test:e2e",
@@ -19,8 +19,7 @@
19
"test:unit:watch": "karma start config/karma.conf.js --auto-watch",
20
"prepare": "npm run build",
21
"release": "standard-version",
22
- "webdriver": "webdriver-manager update",
23
- "postinstall": "npm run webdriver"
+ "webdriver": "webdriver-manager update"
24
},
25
"keywords": [
26
"input",
0 commit comments