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