diff --git a/package.json b/package.json index da77952..7a0166a 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,6 @@ }, "main": "lib/index.js", "scripts": { - "prebuild": "npm i ncc", "build": "ncc build src/index.ts -o lib", "test": "jest", "test-coverage": "jest --coverage",