Video search -> case insensitive
This commit is contained in:
parent
8b13c289f8
commit
18c8e94508
2 changed files with 6 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
if [ ! -d "./client/dist" ]; then
|
||||
echo "client/dist does not exist, compile client files..."
|
||||
if [ ! -f "./client/dist/index.html" ]; then
|
||||
echo "client/dist/index.html does not exist, compile client files..."
|
||||
npm run build:client
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue