diff --git a/ecosystem.config.js b/ecosystem.config.js index 707abf4..4414a39 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -3,7 +3,7 @@ module.exports = { { name: 'autobaan', script: 'npm', - arguments: ['start:prod'], + args: ['run', 'start:prod'], }, ], deploy: {