All automatic worker deploys through github are failing, but succeeding when run manually
I've set up automatic deployment on pushes to our
main
branch, but whenever I push to main I get the following build error listing all of my dependencies:
If I then go to the deployments
page and deploy manually, the deployment works just fine.
Is this a mistake I made somewhere or an issue with the deployment system?1 Reply
@Tal (Wordware) Does your package.json contain
posthog-node
, react
and zod
?