X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=package.json;h=04b1032c4d0269d90b065cc50c9e72679098cd9b;hb=e0812403d822e2f13dfcc2f261aa5fb8f2c09082;hp=fffbc8e32365c891ea92b2a96c6f19e09751349e;hpb=9b39106d5757caf221a88e42e05167a6fac479c6;p=github%2FChocobozzz%2FPeerTube.git diff --git a/package.json b/package.json index fffbc8e32..04b1032c4 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "parse-log": "node ./dist/scripts/parse-log.js", "prune-storage": "node ./dist/scripts/prune-storage.js", "optimize-old-videos": "node ./dist/scripts/optimize-old-videos.js", - "postinstall": "cd client && yarn install --pure-lockfile", + "postinstall": "test -n \"$NOCLIENT\" || (cd client && yarn install --pure-lockfile)", "tsc": "tsc", "commander": "commander", "ng": "ng",