From 5ff9c477aa1afbdabe7827c89c5a9c0e260f6eb7 Mon Sep 17 00:00:00 2001 From: Christopher Allford <6451942+ObliviousHarmony@users.noreply.github.com> Date: Sat, 9 Dec 2023 21:42:59 -0800 Subject: [PATCH] Updated Documentation --- plugins/woocommerce-blocks/README.md | 2 +- plugins/woocommerce/README.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/plugins/woocommerce-blocks/README.md b/plugins/woocommerce-blocks/README.md index d7d86159ec8..785d6d749f6 100644 --- a/plugins/woocommerce-blocks/README.md +++ b/plugins/woocommerce-blocks/README.md @@ -1,6 +1,6 @@ # WooCommerce Blocks -This is the client for WooCommerce + the Gutenberg. This package serves as a space to iterate and explore new Blocks and updates to existing blocks for WooCommerce, and how WooCommerce might work with the block editor. +This is the client for WooCommerce + Gutenberg. This package serves as a space to iterate and explore new Blocks and updates to existing blocks for WooCommerce, and how WooCommerce might work with the block editor. ## Table of Contents diff --git a/plugins/woocommerce/README.md b/plugins/woocommerce/README.md index 0c5d2da5b85..b475a04e0e7 100644 --- a/plugins/woocommerce/README.md +++ b/plugins/woocommerce/README.md @@ -54,6 +54,19 @@ pnpm run --filter=woocommerce/client/admin lint pnpm run --filter=woocommerce/client/admin test ``` +### `plugins/woocommerce-blocks` + +This directory contains the client for WooCommerce + Gutenberg. + +```bash +# Build the Blocks client. +pnpm run --filter=@woocommerce/block-library build +# Lint the Blocks client. +pnpm run --filter=@woocommerce/block-library lint +# Test the Blocks client. +pnpm run --filter=@woocommerce/block-library test +``` + #### Helper Scripts Here is a collection of scripts that can help when developing the React-based admin interface.