wp-graphql icon indicating copy to clipboard operation
wp-graphql copied to clipboard

Move the /build to a build step instead of versioning it in the repo

Open jasonbahl opened this issue 8 months ago • 1 comments

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?

jasonbahl avatar Feb 12 '25 16:02 jasonbahl