Skip to content

Commit 6fd7f73

Browse files
committed
chore: update release
1 parent 1e4122e commit 6fd7f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"dev": "pnpm run --filter=\"./packages/*\" --parallel dev",
2323
"build": "pnpm run --filter=\"./packages/*\" build",
2424
"typecheck": "tsc --noEmit",
25-
"release": "pnpm changeset version && git add . && git commit -m \"chore: bump\" && pnpm build && pnpm changeset publish",
25+
"release": "pnpm changeset version && git add . && git commit -m \"chore: bump\" && git push && pnpm build && pnpm changeset publish",
2626
"lint": "eslint .",
2727
"play": "npm -C playground run dev",
2828
"test": "vitest"

0 commit comments

Comments
 (0)