Renamed WooCommerce Beta Tester Package

As part of the prevention of supply chain attacks we are
renaming the package `@woocommerce/plugin-woocommerce-beta-tester`.
This commit is contained in:
Christopher Allford 2023-10-23 13:17:42 -07:00
parent 5bbb9edc6d
commit ebeaa84230
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=woocommerce-beta-tester || exit "$?"
pnpm -w run build --filter=@woocommerce/plugin-woocommerce-beta-tester || 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": "woocommerce-beta-tester",
"name": "@woocommerce/plugin-woocommerce-beta-tester",
"description": "Setting up the local beta tester scripts.",
"license": "GPL-2.0",
"repository": {