From c0f713ce05c26ad01ef06d3b981640d06238186d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 8 Jun 2018 11:36:50 +0200 Subject: [PATCH 1/1] Fix npm run dev --- scripts/watch/server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.41.0