diff --git a/package.json b/package.json index afcce2b..6d4c669 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "main": "lib/index.js", "scripts": { - "build": "ncc build src/run.ts -o lib", + "build": "npm i ncc && npx ncc build src/run.ts -o lib", "test": "jest", "test-coverage": "jest --coverage", "format": "prettier --write .",