]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/dev/cli.sh
Merge branch 'release/4.3.0' into develop
[github/Chocobozzz/PeerTube.git] / scripts / dev / cli.sh
index 327792a193586bff91f862941638a0fe42f2842c..39ecaad94486cbef4be9cfff18c88ffe786e27ae 100755 (executable)
@@ -13,4 +13,4 @@ mkdir -p "./dist/server/tools"
 cp -r "./server/tools/node_modules" "./dist/server/tools"
 
 cd ./server/tools
-../../node_modules/.bin/tsc-watch --build --verbose --onSuccess 'sh -c "cd ../../ && npm run resolve-tspaths:all"'
+../../node_modules/.bin/tsc-watch --build --verbose --onSuccess 'sh -c "cd ../../ && npm run resolve-tspaths:server"'