diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2019-02-25 22:30:47 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2019-02-25 22:30:47 +0100 |
commit | 590924284c571d30a6b1852296b2043f3bfa5400 (patch) | |
tree | 09674d97ac2677a67a2aee54f0d01577e1fec225 | |
parent | bfe2ef6bfae03444a232883fc7c449206cf3bee4 (diff) | |
download | PeerTube-590924284c571d30a6b1852296b2043f3bfa5400.tar.gz PeerTube-590924284c571d30a6b1852296b2043f3bfa5400.tar.zst PeerTube-590924284c571d30a6b1852296b2043f3bfa5400.zip |
add NOCLIENT option to install only server dependencies
-rw-r--r-- | package.json | 2 |
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", |