Fix client postinstall on release
This commit is contained in:
parent
0081ee8499
commit
e2f1dad836
|
@ -17,7 +17,7 @@
|
|||
"webpack": "webpack",
|
||||
"tslint": "tslint",
|
||||
"ng": "ng",
|
||||
"postinstall": "npm rebuild node-sass && node angular-cli-patch.js",
|
||||
"postinstall": "npm rebuild node-sass && test -f angular-cli-patch.js && node angular-cli-patch.js || true",
|
||||
"webpack-bundle-analyzer": "webpack-bundle-analyzer",
|
||||
"webdriver-manager": "webdriver-manager"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue