From d565a17533bbfa9b191d71bf9a8e3b8e613cce29 Mon Sep 17 00:00:00 2001 From: David Gamero Date: Tue, 19 Mar 2024 18:36:57 -0400 Subject: [PATCH] Update package.json (#317) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f106c9c72..c2e20ade3 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "author": "Deepak Sattiraju", "license": "MIT", "scripts": { - "prebuild": "npm i @ncc/vercel", + "prebuild": "npm i @vercel/ncc", "build": "ncc build src/run.ts -o lib", "test": "jest", "coverage": "jest --coverage=true",