X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fsetup%2Fcli.sh;h=f84260f23849d42bb92f9bd00bab26c25be5b1f0;hb=55f0a7a76249dda79d2815bd5c1d81ccd8bc7002;hp=94ca3c44166ff06113882840abad0b58c8c46a47;hpb=7e9d3f259d5dac0d17ca4f3d6844e8cfbb7e33d1;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/setup/cli.sh b/scripts/setup/cli.sh index 94ca3c441..f84260f23 100755 --- a/scripts/setup/cli.sh +++ b/scripts/setup/cli.sh @@ -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" + +npm run resolve-tspaths:cli +npm run resolve-tspaths:server