diff options
Diffstat (limited to 'scripts/dev/server.sh')
-rwxr-xr-x | scripts/dev/server.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/dev/server.sh b/scripts/dev/server.sh index 3130f1d87..bfe322ce1 100755 --- a/scripts/dev/server.sh +++ b/scripts/dev/server.sh | |||
@@ -1,4 +1,6 @@ | |||
1 | #!/usr/bin/env sh | 1 | #!/bin/sh |
2 | |||
3 | set -eu | ||
2 | 4 | ||
3 | if [ ! -f "./client/dist/index.html" ]; then | 5 | if [ ! -f "./client/dist/index.html" ]; then |
4 | echo "client/dist/index.html does not exist, compile client files..." | 6 | echo "client/dist/index.html does not exist, compile client files..." |