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.git
Run project at the root of the workspace
cd blocks
npm install
Run blocks on storybook
npm run start:blocks
Run icons on storybook
npm run start:icons
Go 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 login
npm run release