]>
git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - scripts/setup/cli.sh
5 NOCLIENT
=1 yarn
install --pure-lockfile
7 rm -rf .
/dist
/server
/tools
/
11 yarn
install --pure-lockfile
14 npm run tsc
-- --build .
/server
/tools
/tsconfig.json
15 cp -r "./server/tools/node_modules" "./dist/server/tools"
16 cp "./tsconfig.json" "./dist"