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