X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fsetup%2Fcli.sh;h=2e9b8a5053920d35cb76cfea6cbe82f1588104bc;hb=c50bb3c5611621bf4891039f1ecad3ca16767b11;hp=ea327e5a1eb354ceeb4ae6e26170429e2fe7adfb;hpb=a0e6d267598839c8a5508a65876ce0e07d1b3d74;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/setup/cli.sh b/scripts/setup/cli.sh index ea327e5a1..2e9b8a505 100755 --- a/scripts/setup/cli.sh +++ b/scripts/setup/cli.sh @@ -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