Skip to content

Commit

Permalink
docs: fix pm2 cwd for vuetifyjs.com package
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Nov 29, 2018
1 parent d94ed77 commit b4b702e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecosystem.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = {
{
name: 'vuetify-docs',
script: 'yarn.js',
cwd: './packages/vuetify/',
cwd: './packages/vuetifyjs.com/',
args: 'dev'
}
]
Expand Down

0 comments on commit b4b702e

Please sign in to comment.