This repository is a monorepo manage with Nx.
-
MergeStat Blocks : React UI components used to build the MergeStat App
-
MergeStat Icons : React Icons used to build the MergeStat App
Clone the repository
git clone https://github.com/mergestat/blocks.gitRun project at the root of the workspace
cd blocks
npm installRun blocks on storybook
npm run start:blocksRun icons on storybook
npm run start:iconsGo to packages/blocks/package.json and upgrade the version manually.
{
"name": "@mergestat/blocks",
"version": "1.2.6", <----------- <Upgrade here>
}Then login, build and publish
npm loginnpm run release