Fixing pm2 command args again...
This commit is contained in:
parent
dc0af1a45d
commit
9f043738b4
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ module.exports = {
|
|||
{
|
||||
name: 'autobaan',
|
||||
script: 'npm',
|
||||
arguments: ['start:prod'],
|
||||
args: ['run', 'start:prod'],
|
||||
},
|
||||
],
|
||||
deploy: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue