From 43974c78e2ee6a07fad78b4fccaabbefd0c3d2c9 Mon Sep 17 00:00:00 2001 From: David Gamero Date: Tue, 12 Mar 2024 11:03:38 -0400 Subject: [PATCH] Update package.json --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1e6e6ab11..f106c9c72 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,11 @@ { "name": "k8s-deploy-action", - "version": "0.0.0", + "version": "5.0.0", "author": "Deepak Sattiraju", "license": "MIT", "scripts": { - "build": "npm i ncc && npx ncc build src/run.ts -o lib", + "prebuild": "npm i @ncc/vercel", + "build": "ncc build src/run.ts -o lib", "test": "jest", "coverage": "jest --coverage=true", "format": "prettier --write .",