From ba430d7516bc5b1324b60571ba7594460969b7fb Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 18 Dec 2019 15:31:54 +0100 Subject: Lazy load static objects --- scripts/build/index.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build') 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 clientCommand="npm run build:client" fi -npm run concurrently -- --raw \ +npm run concurrently -- --raw \w "$clientCommand" \ "npm run build:server" -- cgit v1.2.3