diff --git a/package.json b/package.json index c838fa8..a295b00 100644 --- a/package.json +++ b/package.json @@ -5,14 +5,15 @@ "private": true, "packageManager": "pnpm@8.4.0", "scripts": { - "taze": "taze minor -wIr && pnpm -r --parallel run update-post", "build": "rimraf packages/*/dist && esno scripts/copy-files.ts && pnpm -r --filter=./packages/* run build && pnpm -r run build-post", "dev": "pnpm stub", "play": "npm -C playground run dev", "lint": "eslint --cache .", "lint:fix": "pnpm lint --fix", + "postinstall": "pnpm build", "release": "bumpp -r", "stub": "pnpm -r --filter=./packages/* --parallel run stub", + "taze": "taze minor -wIr && pnpm -r --parallel run update-post", "typecheck": "tsc --noEmit", "test": "vitest", "test:update": "vitest -u", @@ -70,4 +71,4 @@ "eslint --cache --fix" ] } -} +} \ No newline at end of file