feat: added healthcheck script
This commit is contained in:
+2
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user