ensure "start" script runs from local directory

This commit is contained in:
Christopher Hiller 2017-04-17 02:01:38 -07:00
parent 14fd7bfb08
commit 3b3d7fdd7d
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
"probot": "./bin/probot"
},
"scripts": {
"start": "probot run",
"start": "node ./bin/probot run",
"test": "mocha && xo"
},
"author": "Brandon Keepers",