diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
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", |
