Replies: 1 comment 1 reply
-
You can use the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am trying to avoid the manual process of regenerating clients every time a commit is pushed to my main branch.
I have tried adding a GitHub action:
It's the "Generating Clients" step I'm struggling with.
The above run gets the following error:
I've then tried adding a
encore run
step, which seems to never complete, and also:to try to start it in a detached state, then attempt to wait for it to complete before generating the client.
I'm guessing there isn't currently a command in Encore that will allow the generating of a client, without the full running of the app with
encore run
?Beta Was this translation helpful? Give feedback.
All reactions