Skip to content

Commit

Permalink
fix yarn start command
Browse files Browse the repository at this point in the history
  • Loading branch information
MSFTserver committed Jun 4, 2018
1 parent f56f40f commit 3ab4dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -20,7 +20,7 @@
"scripts": {
"precommit": "prettier --single-quote true --write bot/**/*.js",
"rebuild": "git pull origin master && npm install && update all",
"start": "pm2 start ecosystem.json.js"
"start": "pm2 start ecosystem.config.js"
},
"devDependencies": {
"prettier": "1.7.4"
Expand Down

0 comments on commit 3ab4dbb

Please sign in to comment.