diff options
-rwxr-xr-x | scripts/watch/server.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/watch/server.sh b/scripts/watch/server.sh index da8bff1da..9d4eb8e02 100755 --- a/scripts/watch/server.sh +++ b/scripts/watch/server.sh | |||
@@ -4,7 +4,7 @@ set -eu | |||
4 | 4 | ||
5 | # Copy locales | 5 | # Copy locales |
6 | mkdir -p "./client/dist" | 6 | mkdir -p "./client/dist" |
7 | rm -r "./client/dist/locale" | 7 | rm -rf "./client/dist/locale" |
8 | cp -r "./client/src/locale/target" "./client/dist/locale" | 8 | cp -r "./client/src/locale/target" "./client/dist/locale" |
9 | 9 | ||
10 | NODE_ENV=test npm run concurrently -- -k \ | 10 | NODE_ENV=test npm run concurrently -- -k \ |