0.1.0 • Published 5 years ago
yarn-workspaces v0.1.0
Yarn Workspaces + Component Library in Storybook
This is a yarn workspace built with lerna.js supporting a component library built in Storybook
Install
yarn installRunning ui-common library
npm run commonTest
npm run testPublish and commit to new version of packages
This will update each package version if changes are made
npm run new-versionTroubleshoot
If running into long install issue, try using Node version 10.16.3
nvm use 10.16.30.1.0
5 years ago