ReactJS library for web applications gathered under organisation MusicaSacaOrg
npm install
For testing purposes, there is local instance of storybook.
npm run storybook
This will run storybook instance on port 6006.
To publish a new version of a package:
- Checkout to branch from main.
- Make your changes, commit and push them.
- Run
npm run changesetand push the generated changeset file. - GithubActions will check eslint and build (per-branch build is under construction).
- Merge.
- After you merge, locally checkout to
mainbranch. - Pull changes from remote.
- Run
npm run release, this will publish your package on npm under new version. - Done.