]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/setup/cli.sh
Remove unmaintained help script
[github/Chocobozzz/PeerTube.git] / scripts / setup / cli.sh
index ea327e5a1eb354ceeb4ae6e26170429e2fe7adfb..2e9b8a5053920d35cb76cfea6cbe82f1588104bc 100755 (executable)
@@ -9,8 +9,9 @@ rm -rf ./dist/server/tools/
 (
     cd ./server/tools
     yarn install --pure-lockfile
+    ../../node_modules/.bin/tsc --build --verbose
 )
 
-npm run tsc -- --build ./server/tools/tsconfig.json
 cp -r "./server/tools/node_modules" "./dist/server/tools"
-cp "./tsconfig.json" "./dist"
+
+npm run resolve-tspaths:server