aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/setup/cli.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/setup/cli.sh')
-rwxr-xr-xscripts/setup/cli.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/setup/cli.sh b/scripts/setup/cli.sh
index d0ad2ec5f..f84260f23 100755
--- a/scripts/setup/cli.sh
+++ b/scripts/setup/cli.sh
@@ -9,8 +9,10 @@ rm -rf ./dist/server/tools/
9( 9(
10 cd ./server/tools 10 cd ./server/tools
11 yarn install --pure-lockfile 11 yarn install --pure-lockfile
12 ../../node_modules/.bin/tsc --build --verbose
12) 13)
13 14
14npm run tsc -- --build --verbose ./server/tools/tsconfig.json
15cp -r "./server/tools/node_modules" "./dist/server/tools" 15cp -r "./server/tools/node_modules" "./dist/server/tools"
16cp "./tsconfig.json" "./dist" 16
17npm run resolve-tspaths:cli
18npm run resolve-tspaths:server