Update pnpm command to run makepot (#34733)
This commit is contained in:
parent
aaff1c2ef7
commit
651c67eec8
|
@ -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
|
||||
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
Significance: patch
|
||||
Type: update
|
||||
Comment: Updates the command to makepot after pnpm 7
|
Loading…
Reference in New Issue