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