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