From: Chocobozzz Date: Wed, 23 Oct 2019 08:52:17 +0000 (+0200) Subject: Fix tsconfig with CLI tools X-Git-Tag: v2.0.0-rc.1~23 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a0e6d267598839c8a5508a65876ce0e07d1b3d74;p=oweals%2Fpeertube.git Fix tsconfig with CLI tools --- diff --git a/scripts/setup/cli.sh b/scripts/setup/cli.sh index f761d7f8a..ea327e5a1 100755 --- a/scripts/setup/cli.sh +++ b/scripts/setup/cli.sh @@ -13,3 +13,4 @@ rm -rf ./dist/server/tools/ npm run tsc -- --build ./server/tools/tsconfig.json cp -r "./server/tools/node_modules" "./dist/server/tools" +cp "./tsconfig.json" "./dist"