X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fsetup%2Fcli.sh;h=f84260f23849d42bb92f9bd00bab26c25be5b1f0;hb=55f0a7a76249dda79d2815bd5c1d81ccd8bc7002;hp=f761d7f8a92a0be9f0d976eb33fca790872d6d1b;hpb=b6a1dd4d1b3b0032f8b968e72cbd074f646e8827;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/setup/cli.sh b/scripts/setup/cli.sh index f761d7f8a..f84260f23 100755 --- a/scripts/setup/cli.sh +++ b/scripts/setup/cli.sh @@ -9,7 +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