Skip to content

Commit

Permalink
FORK: update build instructions in README-quatico.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eins78 committed Jul 5, 2024
1 parent a12dc34 commit 5cc5de9
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README-quatico.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,16 @@ cd code
yarn build --prod manager react

# pack / publish
cd ./renderers/react
cd "$(git rev-parse --show-toplevel)"/code/renderers/react
yarn pack

cd "$(git rev-parse --show-toplevel)"/code/ui/manager
yarn pack
# yarn publish --access public
```

to publish each package:

* change version in `package.json` to `X.Y.Z-quatico.N`
* make a tag `vX.Y.Z-quatico.N` and `git push --tags`
* create relase from tag <https://github.com/quatico-solutions/storybook/tags>
* add `tgz` as release attachment

0 comments on commit 5cc5de9

Please sign in to comment.