diff options
Diffstat (limited to 'scripts/dev.sh')
-rwxr-xr-x | scripts/dev.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/dev.sh b/scripts/dev.sh index ddb5b8d33..e792c1448 100755 --- a/scripts/dev.sh +++ b/scripts/dev.sh | |||
@@ -1,6 +1,5 @@ | |||
1 | #!/usr/bin/env sh | 1 | #!/usr/bin/env sh |
2 | 2 | ||
3 | npm run build | ||
4 | NODE_ENV=test concurrently \ | 3 | NODE_ENV=test concurrently \ |
5 | "npm run watch:client" \ | 4 | "npm run watch:client" \ |
6 | "npm start" | 5 | "npm start" |