3.0.0-rc.2 • Published 2 years ago
optsoldev v3.0.0-rc.2
OPTSOL components library for React
Live Storybook
Setup
yarn installDevelopment mode
In packages/optsol-react:
npm run watchIn examples/storybook:
npm startIn examples/side-layout:
npm startAdd new package:
npx lerna add react-table --scope @optsol/react
npx lerna add @types/react-table --scope @optsol/react --devPackage:
npm run packageA new tgz file will be generated in packages/optsol-react
Publish
In packages/optsol-react:
npm publishPublish live storybook
In examples/storybook:
npm run predeploy
npm run deploy-storybookWhen "No matching version found for @optsol/react@X.X.X" try running:
npx lerna link --force-local