]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - scripts/build/server.sh
Fix build
[github/Chocobozzz/PeerTube.git] / scripts / build / server.sh
1 #!/bin/sh
2
3 set -eu
4
5 rm -rf ./dist
6
7 npm run tsc
8 cp "./tsconfig.json" "./dist"
9 cp -r "./server/static" "./server/assets" "./dist/server"