diff options
Diffstat (limited to 'scripts/play.sh')
-rwxr-xr-x | scripts/play.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/play.sh b/scripts/play.sh index ab812025c..3cfd82679 100755 --- a/scripts/play.sh +++ b/scripts/play.sh | |||
@@ -8,6 +8,6 @@ fi | |||
8 | max=${1:-3} | 8 | max=${1:-3} |
9 | 9 | ||
10 | for i in $(seq 1 $max); do | 10 | for i in $(seq 1 $max); do |
11 | NODE_ENV=test NODE_APP_INSTANCE=$i node server.js & | 11 | NODE_ENV=test NODE_APP_INSTANCE=$i node dist/server.js & |
12 | sleep 1 | 12 | sleep 1 |
13 | done | 13 | done |