From 52efbe473ff453efb39b1eae81ed6299bde13dcc Mon Sep 17 00:00:00 2001 From: David Gamero Date: Mon, 12 Feb 2024 18:11:36 -0500 Subject: [PATCH] Update package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index dd7fa55..caa08af 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ }, "main": "lib/index.js", "scripts": { + "prebuild":"npm i ncc", "build": "ncc build src/run.ts -o lib", "test": "jest", "test-coverage": "jest --coverage",