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 8a6c5dd commit ec4ecefCopy full SHA for ec4ecef
ui/src/main/webapp/package.json
@@ -22,7 +22,7 @@
22
"docs": "typedoc --options typedoc.json src/app/app.component.ts",
23
"start": "npm run server",
24
"start:hmr": "npm run server -- --hot",
25
- "postinstall": "npm run webdriver-update && ./node_modules/.bin/typings install",
+ "postinstall": "./node_modules/.bin/typings install",
26
"i18n": "ng-xi18n"
27
},
28
"dependencies": {
0 commit comments