Skip to content

Commit

Permalink
Use http-get to force a GET request for wait-on
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeltrix committed Jan 24, 2025
1 parent a27326a commit e20d659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"scripts": {
"start-server": "bin/rails server -b 0.0.0.0 -p 3000",
"test": "mocha",
"lighthouse:ci": "start-server-and-test start-server http://petitions.localhost:3000 test"
"lighthouse:ci": "start-server-and-test start-server http-get://petitions.localhost:3000 test"
}
}

0 comments on commit e20d659

Please sign in to comment.