I'm learning some Monday app development and I'm trying to get a deployment working on Monday Code from a monorepo setup.
I’m using Turborepo and the main issue I’m having is creating a predeploy script to include my packages (which are currently included in my repo as npm workspaces) into the build folder to be included in the tarball. The build system used by Monday Code doesn’t seem to like the workspaces.
In this video,
https://youtu.be/tXAKtabsXqM?si=SU6GhoJpgMSvSRLt&t=1400
In the same video, at timestamp 15:07 I can see one of the test projects is called "monorepo monday code", but that project doesn’t seem to be in the “Hello World” apps at https://github.com/mondaycom/welcome-apps/tree/master/apps
Has anyone successfully deployed to Monday Code from a monorepo or specifically turborepo?
Hey
The basic idea is that your predeploy script should build any dependencies first, and then pull them into the same directory as your code.
What’s your setup, what are your current deploy and pre-deploy scripts (if any), and what error are you getting?
Thanks for your response
Login to monday.com
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.