f56d3e3ee0
* Update PR template and auto change log * Ignore .github md files in linting * Rebuilt monorepo-utils to solve conflict * Updated regex pattern to include uppercase X * Move the changelog entry not required checkbox on top of the description. * Return the comment even if shouldAutomateNoChangelog is false * Updated tests * Rebuilt monorepo-utils --------- Co-authored-by: Adrian Moldovan <3854374+adimoldovan@users.noreply.github.com> |
||
---|---|---|
.. | ||
bin | ||
dist | ||
fonts | ||
src | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
README.md | ||
jest.config.js | ||
package.json | ||
tsconfig.json | ||
webpack.config.js |
README.md
Monorepo Utils
Description
A set of CLI tools and scripts for managing the WooCommerce monorepo.
Usage
This command is built on postinstall and can be run from the root of the project. To see a list of available commands you can run this from project root:
pnpm utils
Development
During development you can watch for changes via pnpm start
in this directory, this will
update the script referenced at the root package.json so you will see immediate changes as you
re-run the CLI.