build: add vercel-build script

This commit is contained in:
Ritesh Ghosh
2023-11-29 19:24:42 +05:30
parent 30784ca0ab
commit 08a9844e98
+1
View File
@@ -8,6 +8,7 @@
"start": "tsx src/server.ts",
"dev": "tsx watch src/server.ts",
"build": "tsc -p tsconfig.json",
"vercel-build": "echo \"Hello\"",
"prepare": "husky install",
"test": "jest",
"healthcheck": "curl -f http://localhost:4000/health"