13ab9007f6
* Add workflow_call event * Add tests-daily-run.yml * Remove workflow version * Update input value * Remove secrets from caller workflow * Rename job * Check context * Check context * Check workflow_call inputs * Override github.event_name with inputs.trigger * Fix input name * Add config for daily e2e tests with Gutenberg * Update env commands for Gutenberg run * Add disableHpos env variable in ci-utils * Revert the trigger to push * Revert the env variable setting in ci-jobs * Revert the env variable setting in ci-jobs * Rebuild utils * Update test env start command * Define the Gutenberg Playwright project * Use path relative to workspace root * Update events for test projects * Update events for test projects * Add changelogs * Remove the e2e tests with Gutenberg tests from daily runs * Set the schedule and workflow_dispatch triggers * Add --project default flag to only run the default tests in CI * Renamed snapshots to match the new Playwright project name |
||
---|---|---|
.. | ||
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.