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:
parent
e2a1e61a46
commit
4d9a3715fe
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "woo-ai",
|
||||
"name": "@woocommerce/plugin-woo-ai",
|
||||
"description": "Implementing WooCommerce AI Experiments.",
|
||||
"license": "GPL-2.0",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in New Issue