aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/setup/cli.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/setup/cli.sh')
-rwxr-xr-xscripts/setup/cli.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/scripts/setup/cli.sh b/scripts/setup/cli.sh
deleted file mode 100755
index 2e9b8a505..000000000
--- a/scripts/setup/cli.sh
+++ /dev/null
@@ -1,17 +0,0 @@
1#!/bin/sh
2
3set -eu
4
5NOCLIENT=1 yarn install --pure-lockfile
6
7rm -rf ./dist/server/tools/
8
9(
10 cd ./server/tools
11 yarn install --pure-lockfile
12 ../../node_modules/.bin/tsc --build --verbose
13)
14
15cp -r "./server/tools/node_modules" "./dist/server/tools"
16
17npm run resolve-tspaths:server