Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make build.sh more accurately match what the github workflow does
we need to do `composer install` for both the generator and the generated files, because phpcbf needs to be run from the output directory using the output-directory config files -- this PR makes it so that running `./.devcontainer/build.sh` should generate byte-identical output to the regen-bot
- Loading branch information