build: add vercel-build script
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
"start": "tsx src/server.ts",
|
"start": "tsx src/server.ts",
|
||||||
"dev": "tsx watch src/server.ts",
|
"dev": "tsx watch src/server.ts",
|
||||||
"build": "tsc -p tsconfig.json",
|
"build": "tsc -p tsconfig.json",
|
||||||
|
"vercel-build": "echo \"Hello\"",
|
||||||
"prepare": "husky install",
|
"prepare": "husky install",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"healthcheck": "curl -f http://localhost:4000/health"
|
"healthcheck": "curl -f http://localhost:4000/health"
|
||||||
|
|||||||
Reference in New Issue
Block a user