Skip to content

Commit 5cc5de9

Browse files
committed
FORK: update build instructions in README-quatico.md
1 parent a12dc34 commit 5cc5de9

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README-quatico.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,16 @@ cd code
2222
yarn build --prod manager react
2323

2424
# pack / publish
25-
cd ./renderers/react
25+
cd "$(git rev-parse --show-toplevel)"/code/renderers/react
26+
yarn pack
27+
28+
cd "$(git rev-parse --show-toplevel)"/code/ui/manager
2629
yarn pack
27-
# yarn publish --access public
2830
```
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

Comments
 (0)