aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/dev/client.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/dev/client.sh')
-rwxr-xr-xscripts/dev/client.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dev/client.sh b/scripts/dev/client.sh
index ecd934888..c630de2c4 100755
--- a/scripts/dev/client.sh
+++ b/scripts/dev/client.sh
@@ -2,6 +2,6 @@
2 2
3set -eu 3set -eu
4 4
5NODE_ENV=test concurrently -k \ 5NODE_ENV=test npm run concurrently -- -k \
6 "npm run watch:client" \ 6 "npm run watch:client" \
7 "npm run build:server && NODE_ENV=test npm start" 7 "npm run build:server && NODE_ENV=test npm start"