de91a0881d
* Update env setup script to disable hpos * Use DISABLE_HPOS instead of ENABLE_HPOS * Log HPOS state * Configure project for core e2e with HPOS disabled * Add event argument for ci-jobs util * Add event option for test jobs * Add support for github events * Add changelog * Configure HPOS tests to run on pull_request * Fix utils tests for undefined commandVars * Added some tests for the event configuration * Revert event for HPOS e2e to push * Use matrix name in artifact name to avoid duplication * Test with pull_request event * Use job-index for unique artifacts names * Revert event for HPOS e2e to push * Add api tests for HPOS disabled * Use unique artifact name for api tests * Revert event for HPOS disabled api tests to push * Rebuild monorepo utils to fix a merge conflict * Updated wording |
||
---|---|---|
.. | ||
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.