From a0e6d267598839c8a5508a65876ce0e07d1b3d74 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 23 Oct 2019 10:52:17 +0200 Subject: [PATCH] Fix tsconfig with CLI tools --- scripts/setup/cli.sh | 1 + 1 file changed, 1 insertion(+) 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" -- 2.41.0