Remove obsolete wp-env configuration from package.json (#58877) #58899
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What?
This PR removes obsolete
wp-env
configuration from thepackage.json
file in the monorepo setup.fixes #58877
Why?
The
wp-env
configuration in thepackage.json
file is outdated and no longer necessary for the project. This PR aims to clean up the project by removing these obsolete settings, improving maintainability and reducing clutter in the configuration files.How?
The obsolete
wp-env
configuration settings, including 'plugin-dir', 'plugin-name', 'docker-template', 'welcome-logo', and 'welcome-build-command', are removed from thepackage.json
file. Additionally, the referenced 'bin/docker-compose.override.yml.template' file is deleted as it is no longer in use.Testing Instructions
npm ci
to install dependencies.npm run build
to build the project.npm run env start
to start WordPress including Gutenberg.wp-env
configuration.Testing Instructions for Keyboard
N/A
Screenshots or screencast
N/A