mirror of https://github.com/Chocobozzz/PeerTube
Fix npm run dev
parent
7cf26f433f
commit
c0f713ce05
|
@ -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…
Reference in New Issue