[wp-trac] [WordPress Trac] #64393: Change how we include Gutenberg in Core
WordPress Trac
noreply at wordpress.org
Fri Jan 9 21:54:04 UTC 2026
#64393: Change how we include Gutenberg in Core
------------------------------+--------------------------
Reporter: youknowriad | Owner: youknowriad
Type: task (blessed) | Status: reopened
Priority: high | Milestone: 7.0
Component: Build/Test Tools | Version:
Severity: blocker | Resolution:
Keywords: has-patch | Focuses:
------------------------------+--------------------------
Comment (by peterwilsoncc):
I've noticed that changing the Gutenberg hash doesn't trigger the
`install-changed` script to reinstall, this is due to the package
[https://github.com/ninesalt/install-
changed/blob/65319a872d09477d722a00d6811593cbf8867c81/lib/main.js#L7-L19
generating the hash from the dependencies] rather than the entire contents
of the package.json file.
Reproduction:
1. Run `npm ci; npm run build`
2. Change the Gutenberg reference in the package file to `trunk`
3. Run `npm run build`
4. Observe the script reports `package.json has not been modified.`
--
Ticket URL: <https://core.trac.wordpress.org/ticket/64393#comment:63>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list