Fix tsconfig with CLI tools
authorChocobozzz <me@florianbigard.com>
Wed, 23 Oct 2019 08:52:17 +0000 (10:52 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 23 Oct 2019 08:53:20 +0000 (10:53 +0200)
scripts/setup/cli.sh

index f761d7f8a92a0be9f0d976eb33fca790872d6d1b..ea327e5a1eb354ceeb4ae6e26170429e2fe7adfb 100755 (executable)
@@ -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"