]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/setup/cli.sh
Update translations and support fa
[github/Chocobozzz/PeerTube.git] / scripts / setup / cli.sh
index 9808868d3267abb6a74df3836df317a4c6fb3dd8..f84260f23849d42bb92f9bd00bab26c25be5b1f0 100755 (executable)
@@ -9,8 +9,10 @@ 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"
 
-mv "./server/tools/node_modules" "./dist/server/tools"
+npm run resolve-tspaths:cli
+npm run resolve-tspaths:server