diff options
author | Chocobozzz <me@florianbigard.com> | 2018-05-22 16:43:58 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-05-22 16:43:58 +0200 |
commit | e2f1dad83607aa610ee33b234a81b07664f4304c (patch) | |
tree | 378d9baf4ac70d8d494093cf60010561ed918687 | |
parent | 0081ee8499d6ffc8b1c1f04cadf7cb9fcfc812c7 (diff) | |
download | PeerTube-e2f1dad83607aa610ee33b234a81b07664f4304c.tar.gz PeerTube-e2f1dad83607aa610ee33b234a81b07664f4304c.tar.zst PeerTube-e2f1dad83607aa610ee33b234a81b07664f4304c.zip |
Fix client postinstall on release
-rw-r--r-- | client/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
17 | "webpack": "webpack", | 17 | "webpack": "webpack", |
18 | "tslint": "tslint", | 18 | "tslint": "tslint", |
19 | "ng": "ng", | 19 | "ng": "ng", |
20 | "postinstall": "npm rebuild node-sass && node angular-cli-patch.js", | 20 | "postinstall": "npm rebuild node-sass && test -f angular-cli-patch.js && node angular-cli-patch.js || true", |
21 | "webpack-bundle-analyzer": "webpack-bundle-analyzer", | 21 | "webpack-bundle-analyzer": "webpack-bundle-analyzer", |
22 | "webdriver-manager": "webdriver-manager" | 22 | "webdriver-manager": "webdriver-manager" |
23 | }, | 23 | }, |