From 08a9844e98d9f6795b8198391c43eddd5bc9dcb8 Mon Sep 17 00:00:00 2001 From: Ritesh Ghosh Date: Wed, 29 Nov 2023 19:24:42 +0530 Subject: [PATCH] build: add `vercel-build` script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 9a24e0e..0753fbf 100644 --- a/package.json +++ b/package.json @@ -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"