aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2019-02-25 22:30:47 +0100
committerRigel Kent <sendmemail@rigelk.eu>2019-02-25 22:30:47 +0100
commit590924284c571d30a6b1852296b2043f3bfa5400 (patch)
tree09674d97ac2677a67a2aee54f0d01577e1fec225
parentbfe2ef6bfae03444a232883fc7c449206cf3bee4 (diff)
downloadPeerTube-590924284c571d30a6b1852296b2043f3bfa5400.tar.gz
PeerTube-590924284c571d30a6b1852296b2043f3bfa5400.tar.zst
PeerTube-590924284c571d30a6b1852296b2043f3bfa5400.zip
add NOCLIENT option to install only server dependencies
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index fffbc8e32..04b1032c4 100644
--- a/package.json
+++ b/package.json
@@ -53,7 +53,7 @@
53 "parse-log": "node ./dist/scripts/parse-log.js", 53 "parse-log": "node ./dist/scripts/parse-log.js",
54 "prune-storage": "node ./dist/scripts/prune-storage.js", 54 "prune-storage": "node ./dist/scripts/prune-storage.js",
55 "optimize-old-videos": "node ./dist/scripts/optimize-old-videos.js", 55 "optimize-old-videos": "node ./dist/scripts/optimize-old-videos.js",
56 "postinstall": "cd client && yarn install --pure-lockfile", 56 "postinstall": "test -n \"$NOCLIENT\" || (cd client && yarn install --pure-lockfile)",
57 "tsc": "tsc", 57 "tsc": "tsc",
58 "commander": "commander", 58 "commander": "commander",
59 "ng": "ng", 59 "ng": "ng",