Skip to content

Commit 13885ea

Browse files
committed
👌 IMPROVE: release scripts
1 parent 572065d commit 13885ea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ We welcome contributions to this project.
77

88
```bash
99
pnpm changeset
10-
pnpm version-packages
10+
pnpm version
1111
pnpm release
1212
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"changeset": "changeset",
1212
"publint": "turbo publint",
1313
"type-check": "turbo type-check",
14-
"version-packages": "changeset version",
14+
"version": "changeset version && node .github/scripts/cleanup-examples-changesets.mjs",
1515
"clean": "turbo clean && rm -rf node_modules",
1616
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
1717
"release": "turbo build && changeset publish",

0 commit comments

Comments
 (0)