Make WordPress Core

Changeset 47497 for trunk/package.json


Ignore:
Timestamp:
03/24/2020 01:04:43 AM (5 years ago)
Author:
azaozz
Message:

Build/Test Tools: Introduce Install-changed. It keeps a hash of package.json and compares it when run. If it has any changes, it runs npm install.

This keeps node_modules always updated and is useful not only when the packages have been updated, but also when the working copy has been "reverted" to an earlier revision.

Fixes #49594.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        1515vendor
        1616docker-compose.override.yml
         17packagehash.txt
  • trunk/package.json

    r47495 r47497  
    6060        "grunt-webpack": "^3.1.3",
    6161        "ink-docstrap": "1.3.2",
     62        "install-changed": "1.1.0",
    6263        "jquery-migrate": "1.4.1",
    6364        "matchdep": "~2.0.0",
Note: See TracChangeset for help on using the changeset viewer.