]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/build/server.sh
Enable external plugins to test the PR
[github/Chocobozzz/PeerTube.git] / scripts / build / server.sh
index 2ec83a3e1ade0d224febf287e09e4236caf1a8ad..a2dfc3dd9c8d981b35c853c946721b26b0e48e92 100755 (executable)
@@ -4,6 +4,8 @@ set -eu
 
 rm -rf ./dist
 
-npm run tsc
-cp "./tsconfig.json" "./dist"
+npm run tsc -- -b --verbose
+npm run resolve-tspaths:server
+
 cp -r "./server/static" "./server/assets" "./dist/server"
+cp -r "./server/lib/emails" "./dist/server/lib"