diff options
Diffstat (limited to 'scripts/dev.sh')
-rwxr-xr-x | scripts/dev.sh | 5 |
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 | |||
3 | NODE_ENV=test concurrently -k \ | ||
4 | "npm run watch:client" \ | ||
5 | "tsc && npm start" | ||