Make WordPress Core

Changeset 49129 for trunk/package.json


Ignore:
Timestamp:
10/12/2020 11:59:53 AM (4 years ago)
Author:
jorgefilipecosta
Message:

Add wp-packages-update command to update WordPress packages.

This ticket exposes the packages-update script implemented at https://github.com/WordPress/gutenberg/pull/19448 on WordPress core.
By running "npm run wp-packages-update" all the WordPress packages are updated to the latest version. The command is very useful when updating the Gutenberg editor core exposes.

Props isabel_brison.
Fixes #51491.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r49101 r49129  
    167167        "test:php": "node ./tools/local-env/scripts/docker.js run --rm phpunit phpunit",
    168168        "test:php-composer": "node ./tools/local-env/scripts/docker.js run --rm phpunit php ./vendor/bin/phpunit",
    169         "test:e2e": "node ./tests/e2e/run-tests.js"
     169        "test:e2e": "node ./tests/e2e/run-tests.js",
     170        "wp-packages-update": "wp-scripts packages-update"
    170171    }
    171172}
Note: See TracChangeset for help on using the changeset viewer.