diff --git a/package.json b/package.json index a452e24..f00b916 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "lint": "eslint ./{src,__tests__}/**/*.ts", "lint:fix": "eslint --fix ./{src,__tests__}/**/*.ts", "test": "jest --coverage --verbose --detectOpenHandles", - "build": "ncc build ./src/index.ts -o lib", + "build": "ncc build ./src/index.ts -o lib --minify", "tsc": "tsc", "format": "prettier --write **/*.ts", "format:check": "prettier --check **/*.ts",