diff --git a/package.json b/package.json index dfdec848e..8b2cbfd2f 100644 --- a/package.json +++ b/package.json @@ -76,6 +76,7 @@ "test:build": "vitest --mode test-build", "tsd": "tsc -p test-dts/tsconfig.tsd.json", "build": "rollup -c rollup.config.js", + "prepare": "rollup -c rollup.config.js", "lint": "eslint --ext .ts src/ tests/", "lint:fix": "pnpm run lint --fix", "docs:dev": "vitepress dev docs",