Steve Cook
TypeORM migrations
I've installed the Railway CLI and am trying to run database migrations. This is from my
package.json
on the backend service.
"migration:run:prod": "npm run typeorm migration:run",
So I'm trying to cd into the /server
directory, and run
but I'm getting the error message:
All my env vars are set, so I'm not sure what else to check. Does anyone have a suggestion? 🙂88 replies