forked from mirrors/probot
ensure "start" script runs from local directory
This commit is contained in:
parent
14fd7bfb08
commit
3b3d7fdd7d
|
@ -8,7 +8,7 @@
|
|||
"probot": "./bin/probot"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "probot run",
|
||||
"start": "node ./bin/probot run",
|
||||
"test": "mocha && xo"
|
||||
},
|
||||
"author": "Brandon Keepers",
|
||||
|
|
Loading…
Reference in New Issue