diff --git a/package.json b/package.json index 930bc38dd..cb0bc4012 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "scripts": { "build": "lerna run build", "clean": "pnpm run clean:build && pnpm run clean:packages", - "clean:build": "pnpm dlx rimraf packages/*/dist", + "clean:build": "pnpm dlx rimraf packages/*/dist docs/dist docs/.astro", "clean:packages": "pnpm run lerna clean -y", "clean:test": "pnpm dlx rimraf tests/tmp/*.{js,js.map,css,html,json}", "clean:git": "git restore --source=HEAD --staged --worktree -- tests/fixtures",