diff --git a/package.json b/package.json index 0a5eb7c..a7943a8 100644 --- a/package.json +++ b/package.json @@ -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": {