diff --git a/package.json b/package.json index b18ba9343..1e6e6ab11 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "author": "Deepak Sattiraju", "license": "MIT", "scripts": { - "build": "npx ncc build src/run.ts -o lib", + "build": "npm i ncc && npx ncc build src/run.ts -o lib", "test": "jest", "coverage": "jest --coverage=true", "format": "prettier --write .",