Skip to content

Commit cf9a270

Browse files
committed
fix(build): add publish step
1 parent ab14816 commit cf9a270

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
@@ -14,7 +14,7 @@
1414
"deploy-storybook-ci": "storybook-to-ghpages --ci",
1515
"gc": "commit",
1616
"lint": "eslint --ext .js,.jsx .",
17-
"prepublishOnly": "npm run build",
17+
"prepare": "npm run build",
1818
"semantic-release": "semantic-release",
1919
"start": "rollup -c -w",
2020
"storybook": "start-storybook -p 6006",

0 commit comments

Comments
 (0)