]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/dev/cli.sh
Translated using Weblate (Vietnamese)
[github/Chocobozzz/PeerTube.git] / scripts / dev / cli.sh
index dc6f0af0dca08c91088b4b0b2dbde3e319e4de9e..39ecaad94486cbef4be9cfff18c88ffe786e27ae 100755 (executable)
@@ -12,4 +12,5 @@ rm -rf ./dist/server/tools/
 mkdir -p "./dist/server/tools"
 cp -r "./server/tools/node_modules" "./dist/server/tools"
 
-npm run tsc -- --watch --project ./server/tools/tsconfig.json
+cd ./server/tools
+../../node_modules/.bin/tsc-watch --build --verbose --onSuccess 'sh -c "cd ../../ && npm run resolve-tspaths:server"'