Renamed WooCommerce AI Plugin Package

As part of preventing supply chain attacks, the package was
renamed `@woocommerce/plugin-woo-ai`.
This commit is contained in:
Christopher Allford 2023-10-23 13:19:57 -07:00
parent e2a1e61a46
commit 4d9a3715fe
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ mkdir -p "$DEST_PATH"
echo "Installing PHP and JS dependencies..."
pnpm install
echo "Running JS Build..."
pnpm -w run build --filter=woo-ai || exit "$?"
pnpm -w run build --filter=@woocommerce/plugin-woo-ai || exit "$?"
echo "Syncing files..."
rsync -rc --exclude-from="$PROJECT_PATH/.distignore" "$PROJECT_PATH/" "$DEST_PATH/" --delete --delete-excluded

View File

@ -1,5 +1,5 @@
{
"name": "woo-ai",
"name": "@woocommerce/plugin-woo-ai",
"description": "Implementing WooCommerce AI Experiments.",
"license": "GPL-2.0",
"repository": {