AdonisJS "migration:run" not found

Attempting to deploy an adonisjs app today - I’m seeing the following:

Preparing to migrate the database
[ error ] “migration:run” command not found

The build succeeds - how can I see what the “Migrate Database” deployment hook actually runs and debug this? Doesn’t seem like anything is exposed through the UI.

UPDATE: The build did not succeed, it was OOMing and getting killed by linux. Upgrading to a larger machine worked - cleavr did not detect that the build didn’t succeed

Hello @nab,

Can you please share the output for the deployment build step that failed but that looked like it succeeded? Sometimes we don’t get a proper failure code so am wondering if that’s what happened here.