mirror of https://github.com/Chocobozzz/PeerTube
add NOCLIENT option to install only server dependencies
parent
bfe2ef6bfa
commit
590924284c
|
@ -53,7 +53,7 @@
|
||||||
"parse-log": "node ./dist/scripts/parse-log.js",
|
"parse-log": "node ./dist/scripts/parse-log.js",
|
||||||
"prune-storage": "node ./dist/scripts/prune-storage.js",
|
"prune-storage": "node ./dist/scripts/prune-storage.js",
|
||||||
"optimize-old-videos": "node ./dist/scripts/optimize-old-videos.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",
|
"tsc": "tsc",
|
||||||
"commander": "commander",
|
"commander": "commander",
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
|
|
Loading…
Reference in New Issue