- @interactive-solutions/eslint-config-eslint-react
- @interactive-solutions/eslint-plugin-eslint-react
- @interactive-solutions/prettier
- @interactive-solutions/stylelint
Recommended node version is defined in .nvmrc
.
Publish - yarn lerna:publish
Publish packages in the current project.
Build packages - yarn lerna:run:build
Build all packages.
Prettier report - yarn prettier:report
Report any Prettier issues.
Prettier fix - yarn prettier:fix
Fix any Prettier issues.
ESLint report - yarn eslint:report
Report any ESLint issues.
ESLint fix - yarn eslint:fix
Fix any ESLint issues.
$ yarn lerna:run:build
.- Add and commit your changes. Don't manually adjust version numbers.
$ yarn lerna:publish
. You will be prompt with some questions, answer them.- Congratulations, you're done.
Using Lerna to manage scoped packages. Lerna is a tool for managing JavaScript projects with multiple packages.