]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - scripts/dev/cli.sh
4b6fe55082ad86e0dbcf23c812d4ce93c6c86744
[github/Chocobozzz/PeerTube.git] / scripts / dev / cli.sh
1 #!/bin/sh
2
3 set -eu
4
5 rm -rf ./dist/server/tools/
6
7 (
8 cd ./server/tools
9 yarn install --pure-lockfile
10 )
11
12 mkdir -p "./dist/server/tools"
13 cp -r "./server/tools/node_modules" "./dist/server/tools"
14
15 npm run tsc -- --watch --project ./server/tools/tsconfig.json