Fix tsconfig with CLI tools
This commit is contained in:
parent
e805020896
commit
a0e6d26759
1 changed files with 1 additions and 0 deletions
|
@ -13,3 +13,4 @@ rm -rf ./dist/server/tools/
|
||||||
|
|
||||||
npm run tsc -- --build ./server/tools/tsconfig.json
|
npm run tsc -- --build ./server/tools/tsconfig.json
|
||||||
cp -r "./server/tools/node_modules" "./dist/server/tools"
|
cp -r "./server/tools/node_modules" "./dist/server/tools"
|
||||||
|
cp "./tsconfig.json" "./dist"
|
||||||
|
|
Loading…
Reference in a new issue