aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-05-22 16:43:58 +0200
committerChocobozzz <me@florianbigard.com>2018-05-22 16:43:58 +0200
commite2f1dad83607aa610ee33b234a81b07664f4304c (patch)
tree378d9baf4ac70d8d494093cf60010561ed918687 /client/package.json
parent0081ee8499d6ffc8b1c1f04cadf7cb9fcfc812c7 (diff)
downloadPeerTube-e2f1dad83607aa610ee33b234a81b07664f4304c.tar.gz
PeerTube-e2f1dad83607aa610ee33b234a81b07664f4304c.tar.zst
PeerTube-e2f1dad83607aa610ee33b234a81b07664f4304c.zip
Fix client postinstall on release
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json2
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 },