Move the /build to a build step instead of versioning it in the repo #3309
Labels
lang: javascript
Pull requests that update JavaScript code
scope: build scripts
Automating task runners and compilation processes
type: chore
Maintenance tasks, refactoring, and other non-functional changes
What problem does this address?
Currently we are versioning the build output for the GraphiQL IDE and other JS assets (the extensions page, etc)
There's no reason to version these assets in the repo.
What is your proposed solution?
We should move this to a build step when the plugin is being built for deploying to WordPress.org, etc.
What alternatives have you considered?
Leaving it as-is.
Additional Context
I'm not 💯 sure how this would impact folks that install via composer?
The text was updated successfully, but these errors were encountered: