Fix tsconfig with CLI tools

pull/2154/head
Chocobozzz 2019-10-23 10:52:17 +02:00
parent e805020896
commit a0e6d26759
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 0 deletions

View File

@ -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"