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
Keen to use this, but our schema is contained within the default export of a typescript file. If I were using this in the CLI, i'd just pass the --require flag and specify ts-node/register as the module to use. I believe this would get around the issue, but I'm not sure how to achieve the same with the Github action.
Can anyone enlighten me?
The text was updated successfully, but these errors were encountered:
daffydowden
changed the title
Feedback for “GitHub Action”
Passing the require flag within a Github Action
Jan 17, 2024
Keen to use this, but our schema is contained within the default export of a typescript file. If I were using this in the CLI, i'd just pass the
--require
flag and specifyts-node/register
as the module to use. I believe this would get around the issue, but I'm not sure how to achieve the same with the Github action.Can anyone enlighten me?
The text was updated successfully, but these errors were encountered: