|
4 | 4 | "type": "module", |
5 | 5 | "scripts": { |
6 | 6 | "build": "pnpm -r run build", |
7 | | - "changelog": "changeset", |
8 | | - "changelog:commit": "git add ./.changeset && git commit -m 'chore(docs): add changesets'", |
| 7 | + "changeset:add": "changeset", |
| 8 | + "changeset:commit": "git add ./.changeset && git commit -m 'chore(docs): add changesets'", |
| 9 | + "changeset:release": "pnpm run build && changeset publish", |
| 10 | + "changeset:version-packages": "changeset version && pnpm format", |
9 | 11 | "dev": "pnpm -r --parallel run dev", |
10 | 12 | "format": "pnpm format:prettier && pnpm format:pkg", |
11 | 13 | "format:pkg": "bun run --bun sort-package-json package.json packages/*/package.json", |
|
14 | 16 | "lint:madge": "bun run --bun madge --circular --extensions ts,tsx packages/", |
15 | 17 | "lint:prettier": "bun run --bun prettier --check README.md .github/ ./packages", |
16 | 18 | "prepare": "pnpm format:pkg && husky", |
17 | | - "release": "pnpm run build && changeset publish", |
18 | 19 | "test": "vitest --run", |
19 | 20 | "test:watch": "vitest", |
20 | 21 | "typecheck": "pnpm -r run typecheck", |
21 | 22 | "update-deps": "pnpm -r up --latest --save", |
22 | | - "postupdate-deps": "pnpm install && echo 'Installed dependencies again to apply any pnpm overrides.'", |
23 | | - "version-packages": "changeset version && pnpm format" |
| 23 | + "postupdate-deps": "pnpm install && echo 'Installed dependencies again to apply any pnpm overrides.'" |
24 | 24 | }, |
25 | 25 | "devDependencies": { |
26 | 26 | "@changesets/changelog-github": "^0.5.1", |
|
0 commit comments