Skip to content

Commit 0ed29ca

Browse files
authored
fix: added prepublishOnly (#3)
1 parent 97fe258 commit 0ed29ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"build": "gulp",
3333
"build-storybook": "build-storybook",
3434
"dev": "start-storybook -p 6006",
35-
"start": "start-storybook"
35+
"start": "start-storybook",
36+
"prepublishOnly": "npm run build"
3637
},
3738
"dependencies": {},
3839
"devDependencies": {

0 commit comments

Comments
 (0)