forked from mirrors/probot
Fix name of server process
This commit is contained in:
parent
7b8e8344a8
commit
03feb13534
|
@ -4,7 +4,7 @@
|
|||
"description": "a trainable robot that responds to activity on GitHub",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"run": "node server.js",
|
||||
"start": "node server.js",
|
||||
"lint": "xo",
|
||||
"test": "mocha",
|
||||
"ci": "npm test && npm run lint"
|
||||
|
|
Loading…
Reference in New Issue