Fix npm run dev

This commit is contained in:
Chocobozzz 2020-02-19 09:14:28 +01:00
parent 302cb3f92e
commit 99ae9d3a9e
No known key found for this signature in database
GPG key ID: 583A612D890159BE
3 changed files with 6 additions and 4 deletions

View file

@ -3,8 +3,10 @@
set -eu
if [ ! -f "./client/dist/en-US/index.html" ]; then
echo "client/dist/en-US/index.html does not exist, compile client files..."
npm run build:client -- --light
if [ -z ${1+x} ] || [ "$1" != "--skip-client" ]; then
echo "client/dist/en-US/index.html does not exist, compile client files..."
npm run build:client -- --light
fi
fi
# Copy locales