Make WordPress Core

Changeset 53311 for trunk/package.json


Ignore:
Timestamp:
04/29/2022 01:59:49 PM (4 years ago)
Author:
gziolo
Message:

Tools: Further automate backporting from Gutenberg to Core

Follow-up for #51491.

Updating WordPress packages is currently a manual process that takes some reading and trial & error to figure out. This PR adds a single npm task called sync-gutenberg-packages that automates this entire process.

Props zieladam.
Fixes #55642.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r53297 r53311  
    175175        "test:e2e": "node ./tests/e2e/run-tests.js",
    176176        "test:visual": "node ./tests/visual-regression/run-tests.js",
    177         "wp-packages-update": "wp-scripts packages-update"
     177        "sync-gutenberg-packages": "grunt sync-gutenberg-packages"
    178178    }
    179179}
Note: See TracChangeset for help on using the changeset viewer.