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 # Copy locales mkdir -p "./client/dist" -rm -r "./client/dist/locale" +rm -rf "./client/dist/locale" cp -r "./client/src/locale/target" "./client/dist/locale" NODE_ENV=test npm run concurrently -- -k \