Description
In #75879 the file packages/theme/src/style.scss was deleted from the repository.
This caused the build to break without manual intervention due to incorrect dependencies.
The work around for this is to run git clean -fdx . after backing up your editor config files. The need for manual intervention indicates that the build is broken and isn't cleaning up after itself appropriately.
Step-by-step reproduction instructions
- Checkout bedcb4d
- Run
nvm use; npm ci; npm run build
- Load the editor, observe it's all styled correctly
- Checkout trunk
- Run
nvm use; npm ci; npm run build
- Load the editor, observe the lack of styles
- back up editor config files
- Run
git clean -fdx .
- Run
npm i; npm run build
- Observe the styles are loaded correctly
Screenshots, screen recording, code snippet
No response
Environment info
No response
Please confirm that you have searched existing issues in the repo.
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Please confirm which theme type you used for testing.
Description
In #75879 the file
packages/theme/src/style.scsswas deleted from the repository.This caused the build to break without manual intervention due to incorrect dependencies.
The work around for this is to run
git clean -fdx .after backing up your editor config files. The need for manual intervention indicates that the build is broken and isn't cleaning up after itself appropriately.Step-by-step reproduction instructions
nvm use; npm ci; npm run buildnvm use; npm ci; npm run buildgit clean -fdx .npm i; npm run buildScreenshots, screen recording, code snippet
No response
Environment info
No response
Please confirm that you have searched existing issues in the repo.
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Please confirm which theme type you used for testing.