Skip to content

Commit accfedf

Browse files
committed
chore: add publish command
1 parent aec7512 commit accfedf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"prepare": "tsdx build",
1919
"size": "size-limit",
2020
"analyze": "size-limit --why",
21+
"npm:publish": "yarn build && yarn size && npm publish --access public",
2122
"storybook": "start-storybook -p 6006",
2223
"build-storybook": "build-storybook"
2324
},

0 commit comments

Comments
 (0)