We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a12dc34 commit 5cc5de9Copy full SHA for 5cc5de9
README-quatico.md
@@ -22,7 +22,16 @@ cd code
22
yarn build --prod manager react
23
24
# pack / publish
25
-cd ./renderers/react
+cd "$(git rev-parse --show-toplevel)"/code/renderers/react
26
+yarn pack
27
+
28
+cd "$(git rev-parse --show-toplevel)"/code/ui/manager
29
yarn pack
-# yarn publish --access public
30
```
31
32
+to publish each package:
33
34
+* change version in `package.json` to `X.Y.Z-quatico.N`
35
+* make a tag `vX.Y.Z-quatico.N` and `git push --tags`
36
+* create relase from tag <https://github.com/quatico-solutions/storybook/tags>
37
+* add `tgz` as release attachment
0 commit comments