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