Closed alecgeatches closed 7 months ago
Using git subtree
has one main disadvantage, which is that WPGraphQL requires composer dependencies installed:
The vendor/
folder in WPGraphQL is .gitignored, which makes it difficult to make this a automated process.
I think for now, I'll revert to the old method of copying over new plugin files to avoid dependency issues.
Description
Update WPGraphQL to the latest version (v1.22.1). This PR will also convert WPGraphQL to use a git subtree instead of the more manual copying previously used.
In the future, we can use this command to update WPGraphQL:
Steps to Test
Outline the steps to test and verify the PR here.
Example:
npm run build
.