]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - scripts/build/server.sh
Update translations
[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 -r "./server/static" "./dist/server"