Make WordPress Core

Changeset 53688 for trunk/package.json


Ignore:
Timestamp:
07/08/2022 12:32:37 PM (3 years ago)
Author:
gziolo
Message:

Tools: Automate backporting core blocks from Gutenberg to Core

Syncing stable blocks from the Gutenberg repository to wordpress-develop was a manual process, but it got automated with the script that runs together with syncing WordPress packages changed in the Gutenberg package.

Props zieladam.
Fixes #56179.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r53662 r53688  
    176176        "test:e2e": "node ./tests/e2e/run-tests.js",
    177177        "test:visual": "node ./tests/visual-regression/run-tests.js",
    178         "sync-gutenberg-packages": "grunt sync-gutenberg-packages --dev"
     178        "sync-gutenberg-packages": "grunt sync-gutenberg-packages",
     179        "postsync-gutenberg-packages": "grunt wp-packages:sync-stable-blocks && grunt build --dev && grunt build"
    179180    }
    180181}
Note: See TracChangeset for help on using the changeset viewer.