diff --git a/package.json b/package.json index f896736..1fcb5bb 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "", "type": "module", "scripts": { - "build": "rollup -c" + "build": "rollup -c", + "prepare": "npm run build" }, "author": "", "main": "dist/index.cjs",