4e89debd0c
When using a preset we need to keep in mind that the transformation paths are relative to the preset, not the consuming package. We get around this by using `<rootDir>` in the transform paths. However, doing this means fixing the root directory for all of the jest tests. This keeps the tests working in the same way but lets us fix the preset too. |
||
---|---|---|
.. | ||
src | ||
.eslintignore | ||
.eslintrc.js | ||
README.md | ||
jest.config.js | ||
package.json | ||
tsconfig.json |
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.