Fix tsconfig with CLI tools
[oweals/peertube.git] / scripts / setup / cli.sh
index f761d7f8a92a0be9f0d976eb33fca790872d6d1b..ea327e5a1eb354ceeb4ae6e26170429e2fe7adfb 100755 (executable)
@@ -13,3 +13,4 @@ rm -rf ./dist/server/tools/
 
 npm run tsc -- --build ./server/tools/tsconfig.json
 cp -r "./server/tools/node_modules" "./dist/server/tools"
+cp "./tsconfig.json" "./dist"