feat: added healthcheck script
This commit is contained in:
+2
-1
@@ -8,7 +8,8 @@
|
|||||||
"dev": "nodemon src/server.ts",
|
"dev": "nodemon src/server.ts",
|
||||||
"build": "tsc -p tsconfig.json",
|
"build": "tsc -p tsconfig.json",
|
||||||
"prepare": "husky install",
|
"prepare": "husky install",
|
||||||
"test": "jest"
|
"test": "jest",
|
||||||
|
"healthcheck": "curl -f http://localhost:4000/health"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user