Hey all, I have a turbo monorepo repo and inside /apps/api is a NestJs api.
I want to use Railway to deploy the api (and db), however I'm struggling to get this to build with nixpacks
If I just set the directory to apps/api, build command to yarn run build and start command to yarn run start:prod from the raiway.app UI, the error it spits out says that yarn is not a command
It also does not acknowledge npm as a command.
What is the proper way to have my yarn run build and yarn run start:prod called from my turbo monorepo's apps/api subfolder?