Fix play script
This commit is contained in:
parent
42374cf5d4
commit
19452347a1
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
if [ ! -f server.js ]; then
|
||||
if [ ! -f "dist/server.js" ]; then
|
||||
echo "Missing server file (server.js)."
|
||||
exit -1
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue