diff options
Diffstat (limited to 'scripts/build/index.sh')
-rwxr-xr-x | scripts/build/index.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/index.sh b/scripts/build/index.sh index 12359e68f..31f2733c3 100755 --- a/scripts/build/index.sh +++ b/scripts/build/index.sh | |||
@@ -8,6 +8,6 @@ else | |||
8 | clientCommand="npm run build:client" | 8 | clientCommand="npm run build:client" |
9 | fi | 9 | fi |
10 | 10 | ||
11 | npm run concurrently -- --raw \ | 11 | npm run concurrently -- --raw \w |
12 | "$clientCommand" \ | 12 | "$clientCommand" \ |
13 | "npm run build:server" | 13 | "npm run build:server" |