]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/dev/cli.sh
Convert followers/following in raw SQL queries
[github/Chocobozzz/PeerTube.git] / scripts / dev / cli.sh
index dc6f0af0dca08c91088b4b0b2dbde3e319e4de9e..327792a193586bff91f862941638a0fe42f2842c 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:all"'