Skip to content

Commit a7fabab

Browse files
committed
🐛 FIX: release scripts
1 parent 13885ea commit a7fabab

3 files changed

Lines changed: 15 additions & 12 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
10+
pnpm version-packages
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": "changeset version && node .github/scripts/cleanup-examples-changesets.mjs",
14+
"version-packages": "changeset version && node .github/scripts/cleanup-examples-changesets.mjs && pnpm install --no-frozen-lockfile",
1515
"clean": "turbo clean && rm -rf node_modules",
1616
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
1717
"release": "turbo build && changeset publish",

pnpm-lock.yaml

Lines changed: 13 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)