add NOCLIENT option to install only server dependencies
This commit is contained in:
parent
bfe2ef6bfa
commit
590924284c
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue