]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/setup/cli.sh
prevent multiple post-process triggering of upload-resumable (#4175)
[github/Chocobozzz/PeerTube.git] / scripts / setup / cli.sh
index 9808868d3267abb6a74df3836df317a4c6fb3dd8..ea327e5a1eb354ceeb4ae6e26170429e2fe7adfb 100755 (executable)
@@ -12,5 +12,5 @@ rm -rf ./dist/server/tools/
 )
 
 npm run tsc -- --build ./server/tools/tsconfig.json
-
-mv "./server/tools/node_modules" "./dist/server/tools"
+cp -r "./server/tools/node_modules" "./dist/server/tools"
+cp "./tsconfig.json" "./dist"