Updated Documentation
This commit is contained in:
parent
4c0cc805dc
commit
5ff9c477aa
|
@ -1,6 +1,6 @@
|
|||
# WooCommerce Blocks <!-- omit in toc -->
|
||||
|
||||
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 <!-- omit in toc -->
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue