Fix npm run dev

pull/636/head
Chocobozzz 2018-06-08 11:36:50 +02:00
parent 7cf26f433f
commit c0f713ce05
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -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 \