Update pnpm command to run makepot (#34733)

This commit is contained in:
Roy Ho 2022-09-19 07:38:40 -07:00 committed by GitHub
parent aaff1c2ef7
commit 651c67eec8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -16,7 +16,7 @@ pnpm -w run build --filter=woocommerce || exit "$?"
echo "Cleaning up PHP dependencies..."
composer install --no-dev || exit "$?"
echo "Run makepot..."
pnpm makepot --filter=woocommerce || exit "$?"
pnpm -r --filter=woocommerce run makepot || exit "$?"
echo "Syncing files..."
rsync -rc --exclude-from="$PROJECT_PATH/.distignore" "$PROJECT_PATH/" "$DEST_PATH/" --delete --delete-excluded

View File

@ -0,0 +1,3 @@
Significance: patch
Type: update
Comment: Updates the command to makepot after pnpm 7