Fix npm run dev:server

This commit is contained in:
Chocobozzz 2018-06-29 09:33:36 +02:00
parent b889cdb2c6
commit 8244c85ad6
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 3 additions and 3 deletions

View file

@ -2,8 +2,8 @@
set -eu
if [ ! -f "./client/dist/index.html" ]; then
echo "client/dist/index.html does not exist, compile client files..."
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
fi