Skip to content

Commit

Permalink
chore: rename to test:healthcheck
Browse files Browse the repository at this point in the history
Co-authored-by: chapati <philip.paetz@me.com>
  • Loading branch information
nvtaveras and chapati23 authored Jul 25, 2024
1 parent e0d8442 commit b5b1d8c
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 @@ -16,7 +16,7 @@
"prestart": "tsc",
"start": "NODE_ENV=development functions-framework --target=watchdogNotifier",
"test": "curl -H \"Content-Type: application/json\" -d @src/proposal-created.fixture.json localhost:8080",
"test-health-check": "curl -H \"Content-Type: application/json\" -d @src/health-check.fixture.json localhost:8080",
"test:healthcheck": "curl -H \"Content-Type: application/json\" -d @src/health-check.fixture.json localhost:8080",
"test-in-prod": "./test-deployed-function.sh"
},
"dependencies": {
Expand Down

0 comments on commit b5b1d8c

Please sign in to comment.