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