Skip to content

Commit 905caa6

Browse files
author
Tobias
authored
Delete publish-package command (#21)
`prepare` modifies `npm publish` automatically
1 parent 782cf0e commit 905caa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"license": "MIT",
1717
"scripts": {
1818
"build": "webpack",
19-
"publish-package": "npm run build && npm publish --access public",
19+
"prepare": "npm run build",
2020
"storybook": "start-storybook -p 6006",
2121
"build-storybook": "build-storybook"
2222
},

0 commit comments

Comments
 (0)