From e2f1dad83607aa610ee33b234a81b07664f4304c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 22 May 2018 16:43:58 +0200 Subject: Fix client postinstall on release --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 507d2da0e..a353b4dfe 100644 --- a/client/package.json +++ b/client/package.json @@ -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" }, -- cgit v1.2.3