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 8bf5792 commit cb396eeCopy full SHA for cb396ee
.changeset/thin-tigers-sip.md
@@ -0,0 +1,5 @@
1
+---
2
+"@zenml-io/react-component-library": patch
3
4
+
5
+fix for release process
package.json
@@ -48,6 +48,7 @@
48
"changeset:version": "changeset version && pnpm install --lockfile-only",
49
"format": "prettier -w src",
50
"prepare": "husky install",
51
+ "prepublishOnly": "pnpm build",
52
"publint": "publint",
53
"storybook": "storybook dev -p 6006",
54
"storybook:build": "storybook build",
0 commit comments