diff --git a/package.json b/package.json index 697cb2a..d9ab765 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ "dev": "nodemon src/server.ts", "build": "tsc -p tsconfig.json", "prepare": "husky install", - "test": "jest" + "test": "jest", + "healthcheck": "curl -f http://localhost:4000/health" }, "repository": { "type": "git",