Skip to content

Commit 600f375

Browse files
committed
feat: add new script for local publish
1 parent 1b26a4f commit 600f375

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
@@ -42,7 +42,7 @@
4242
"prepublishOnly": "npm run ci",
4343
"version": "changeset version",
4444
"release": "changeset publish",
45-
"local-version": "changeset version && git push --follow-tags"
45+
"local-publish": "changeset publish && git push --follow-tags"
4646
},
4747
"license": "MIT",
4848
"dependencies": {

0 commit comments

Comments
 (0)