97e7f86a15
* Add the slack-test-report util * Error if the required GitHub context variables are not set * Error if the required SLACK_CHANNEL env var is not set * Use a more generic message to be able to report on jobs that are not tests, like build * Add the alert-on-failure job in ci * Run for pull_request to test the job * Setup monorepo first * Force a linting error * Better logging * Use inputs.trigger as report name if set * Force an e2e test failure * Set the commit message in the notification * Use INPUT_TRIGGER for all notifications * Revert test changes |
||
---|---|---|
.. | ||
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.