Fix npm run dev
This commit is contained in:
parent
7cf26f433f
commit
c0f713ce05
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue