This is a yarn workspace built with lerna.js supporting a component library built in Storybook
npm install yarn-workspacesThis is a yarn workspace built with lerna.js supporting a component library built in Storybook
yarn install
`
$3
`
npm run common
`$3
`
npm run test
`#### Publish and commit to new version of packages
This will update each package version if changes are made
`
npm run new-version
`
$3
If running into long install issue, try using Node version 10.16.3
`
nvm use 10.16.3
``