We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 645d137 commit 9b8edbbCopy full SHA for 9b8edbb
package.json
@@ -22,8 +22,7 @@
22
"copysass": "gulp copysass",
23
"copytemplates": "gulp copytemplates",
24
"ngc-build": "ngc -p ./tsconfig.lib.json",
25
- "prepublish": "npm run cleardown && npm run inline-build-templates && npm run ngc-build && npm run copysass && npm run copytemplates",
26
- "pree2e": "cd ./node_modules/protractor && npm i -g webdriver-manager@latest && webdriver-manager update"
+ "prepublish": "npm run cleardown && npm run inline-build-templates && npm run ngc-build && npm run copysass && npm run copytemplates"
27
},
28
"files": [
29
"widgets",
@@ -90,6 +89,7 @@
90
89
"karma-jasmine-html-reporter": "^1.4.0",
91
"node-sass": "^4.9.3",
92
"protractor": "^5.4.2",
+ "webdriver-manager": "12.1.6",
93
"rimraf": "^2.6.1",
94
"snapshot-testing": "^1.0.0",
95
"ts-node": "^6.2.0",
0 commit comments