aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/watch/server.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/watch/server.sh')
-rwxr-xr-xscripts/watch/server.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/watch/server.sh b/scripts/watch/server.sh
index 635bebf8e..8d8470954 100755
--- a/scripts/watch/server.sh
+++ b/scripts/watch/server.sh
@@ -5,7 +5,7 @@ set -eu
5# Copy locales 5# Copy locales
6mkdir -p "./client/dist" 6mkdir -p "./client/dist"
7rm -rf "./client/dist/locale" 7rm -rf "./client/dist/locale"
8cp -r "./client/src/locale/target" "./client/dist/locale" 8cp -r "./client/src/locale" "./client/dist/locale"
9 9
10rm -rf "./dist" 10rm -rf "./dist"
11 11