yarn is required. Just forget npm run
.
Check out how to contribute here.
yarn
# for vue
yarn start vue
# for react
yarn start react
# for vue
yarn serve vue
# for react
yarn serve react
Please use yarn commit
or npm run commit
instead of git commit
.
Use git cz
if you have commitizen installed globally.
yarn lerna run --stream build --scope @clair/helpers
# OR
yarn workspace @clair/helpers build
yarn lerna add @clair/theme-default packages/helpers [--dev]