From b18d4b9f368fd20d6990bd4e9459bb539141a2c1 Mon Sep 17 00:00:00 2001
From: Chocobozzz <me@florianbigard.com>
Date: Mon, 27 Aug 2018 10:04:07 +0200
Subject: Upgrade translations

---
 scripts/watch/server.sh | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'scripts')

diff --git a/scripts/watch/server.sh b/scripts/watch/server.sh
index 9d4eb8e02..f8e4b9cc0 100755
--- a/scripts/watch/server.sh
+++ b/scripts/watch/server.sh
@@ -7,6 +7,8 @@ mkdir -p "./client/dist"
 rm -rf "./client/dist/locale"
 cp -r "./client/src/locale/target" "./client/dist/locale"
 
+rm -r "./dist"
+
 NODE_ENV=test npm run concurrently -- -k \
   "npm run tsc -- --sourceMap && npm run nodemon -- --delay 2 --watch ./dist dist/server" \
   "npm run tsc -- --sourceMap --preserveWatchOutput -w"
-- 
cgit v1.2.3