We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7330e4 commit f3964a6Copy full SHA for f3964a6
package.json
@@ -78,6 +78,7 @@
78
"cypress:run": "cypress run",
79
"cypress:open": "cypress open",
80
"build-storybook": "build-storybook",
81
+ "prepublish": "npm run build",
82
"format": "prettier-eslint --write --single-quote --semi=true \"src/**/*.js\" ",
83
"deploy": "npm run build-storybook && gh-pages -d storybook-static"
84
},
0 commit comments