WooCommerce wholesale plugin for serving wholesale & B2B customers.
// In wp-config.php
// development mode
define( 'YAYWHOLESALEB2B_IS_DEVELOPMENT', true );
// production mode
define( 'YAYWHOLESALEB2B_IS_DEVELOPMENT', false );# Install JS dependencies
pnpm install
# Build Gutenberg block
pnpm build# Build assets (watch mode)
pnpm dev# Install Playwright browsers
pnpm test:e2e:install
# Start test environment (single site)
pnpm env:start:single
# Run all e2e tests
pnpm test:e2e
# Run with UI
pnpm test:e2e:ui
# Stop test environment
pnpm env:stop:single# Build & package both Pro and Lite
pnpm release
# Pro only
pnpm release:pro
# Lite only
pnpm release:litepnpm makepot