From 31ee48d579c9e43bae8c16e6ba6568f99aecc146 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 28 Sep 2022 14:55:15 +0200 Subject: Fix error when running setup:cli --- scripts/dev/cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/dev') diff --git a/scripts/dev/cli.sh b/scripts/dev/cli.sh index 327792a19..39ecaad94 100755 --- a/scripts/dev/cli.sh +++ b/scripts/dev/cli.sh @@ -13,4 +13,4 @@ mkdir -p "./dist/server/tools" cp -r "./server/tools/node_modules" "./dist/server/tools" cd ./server/tools -../../node_modules/.bin/tsc-watch --build --verbose --onSuccess 'sh -c "cd ../../ && npm run resolve-tspaths:all"' +../../node_modules/.bin/tsc-watch --build --verbose --onSuccess 'sh -c "cd ../../ && npm run resolve-tspaths:server"' -- cgit v1.2.3