Fix email to field
This commit is contained in:
parent
cb5ce4cb13
commit
47f6cb31d7
2 changed files with 12 additions and 10 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
set -eu
|
||||
|
||||
if [ ! -f "./client/dist/en_US/index.html" ]; then
|
||||
echo "client/dist/en_US/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 -- --light
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue