woocommerce/tools/monorepo-utils
Paul Sealock 600b19c6f8
Monorepo Utils: Consolidate checking environment to use isGithubCI (#38310)
* use isGithubCI

* Add basic tests for isGithubCI and fix failing existing test.

---------

Co-authored-by: Sam Seay <samueljseay@gmail.com>
2023-05-18 10:42:09 +12:00
..
src Monorepo Utils: Consolidate checking environment to use isGithubCI (#38310) 2023-05-18 10:42:09 +12:00
.eslintignore Monorepo Utils: Add Code Freeze date function (#37589) 2023-04-13 09:28:53 +12:00
.eslintrc.js Monorepo CLI tooling: Set folder organisation (#37561) 2023-04-12 09:26:21 +12:00
.gitignore Monorepo CLI tooling: Set folder organisation (#37561) 2023-04-12 09:26:21 +12:00
README.md Add monorepo util to notify slack, add improvements to calling utils and type clean up. (#38185) 2023-05-11 17:23:19 +12:00
jest.config.js Monorepo CLI tooling: Set folder organisation (#37561) 2023-04-12 09:26:21 +12:00
package.json Code Freeze CLI: Add release changelog command (#38082) 2023-05-12 10:07:41 +12:00
tsconfig.json Update monorepo to pnpm 8 and Node to 16.14 (#37915) 2023-04-25 18:49:30 +12:00

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.