]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/build/server.sh
Add hu and th locales
[github/Chocobozzz/PeerTube.git] / scripts / build / server.sh
index 3880ac5fa0d9f38dd2468c349fc6ab7594132297..d66a524757399146e621d63db64699a07001f219 100755 (executable)
@@ -5,4 +5,5 @@ set -eu
 rm -rf ./dist
 
 npm run tsc
+cp "./tsconfig.json" "./dist"
 cp -r "./server/static" "./server/assets" "./dist/server"