We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e4122e commit 6fd7f73Copy full SHA for 6fd7f73
package.json
@@ -22,7 +22,7 @@
22
"dev": "pnpm run --filter=\"./packages/*\" --parallel dev",
23
"build": "pnpm run --filter=\"./packages/*\" build",
24
"typecheck": "tsc --noEmit",
25
- "release": "pnpm changeset version && git add . && git commit -m \"chore: bump\" && pnpm build && pnpm changeset publish",
+ "release": "pnpm changeset version && git add . && git commit -m \"chore: bump\" && git push && pnpm build && pnpm changeset publish",
26
"lint": "eslint .",
27
"play": "npm -C playground run dev",
28
"test": "vitest"
0 commit comments