diff --git a/nixpacks.toml b/nixpacks.toml index fe0bb3f..99d1373 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -14,7 +14,7 @@ cacheDirectories = ['node_modules/.cache'] [phases.install] dependsOn = ['setup'] -cmds = ['npm install --legacy-peer-deps','npm run after:install'] +cmds = ['npm install --legacy-peer-deps','npm run after:install', 'npm run migrate:deploy'] cacheDirectories = [ '/root/.cache/Cypress', '/root/.npm',