Skip to content

Commit e257333

Browse files
Merge pull request #139 from preactjs/release-script
2 parents 4823f83 + 0d16b2f commit e257333

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"docs:build": "cd docs && pnpm build",
2222
"docs:preview": "cd docs && pnpm preview",
2323
"ci:build": "pnpm build && pnpm docs:build",
24-
"ci:test": "pnpm lint && pnpm test"
24+
"ci:test": "pnpm lint && pnpm test",
25+
"release": "pnpm changeset version && pnpm install && git add -A && git commit -m 'Version Packages' && changeset tag && pnpm publish -r"
2526
},
2627
"keywords": [],
2728
"author": "",

0 commit comments

Comments
 (0)