Skip to content

Commit ec4ecef

Browse files
jsightOndraZizka
authored andcommitted
Remove webdriver update (seems unnecessarily slow) (#218)
1 parent 8a6c5dd commit ec4ecef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/main/webapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"docs": "typedoc --options typedoc.json src/app/app.component.ts",
2323
"start": "npm run server",
2424
"start:hmr": "npm run server -- --hot",
25-
"postinstall": "npm run webdriver-update && ./node_modules/.bin/typings install",
25+
"postinstall": "./node_modules/.bin/typings install",
2626
"i18n": "ng-xi18n"
2727
},
2828
"dependencies": {

0 commit comments

Comments
 (0)