Fix play script
authorChocobozzz <florian.bigard@gmail.com>
Sun, 25 Jun 2017 09:36:57 +0000 (11:36 +0200)
committerChocobozzz <florian.bigard@gmail.com>
Sun, 25 Jun 2017 09:36:57 +0000 (11:36 +0200)
scripts/play.sh

index 3cfd82679f8b4ac437606db647b44ff43db8ee05..ac2a10b121d7061f158fe65e7845e6439a9c85b7 100755 (executable)
@@ -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