You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Search through untracked files for graphql-tag. Don't error out on files that can't be found. (#66)
## Summary:
This fixes two bugs:
1) Creating types wouldn't work if the files hadn't yet been checked in to Git. This fixes that by now searching through untracked files, as well.
2) The script couldn't run if the graphql type files didn't exist. This fixes that by gracefully handling paths that don't exist.
Issue: FEI-5065
## Test plan:
I built it and ran it in webapp and it worked as expected.
Author: jeresig
Reviewers: somewhatabstract, kevinb-khan, jaredly
Required Reviewers:
Approved By: somewhatabstract
Checks: ✅ Lint & Test (ubuntu-latest, 16.x)
Pull Request URL: #66
0 commit comments