Skip to content

Commit f0ebb2d

Browse files
committed
chore: update local publish command
1 parent 63b3f1b commit f0ebb2d

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-publish": "changeset publish && git push --follow-tags"
45+
"local-publish": "npm run build && changeset publish && git push --follow-tags"
4646
},
4747
"license": "MIT",
4848
"dependencies": {

0 commit comments

Comments
 (0)