We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5b770b commit 833e91aCopy full SHA for 833e91a
package.json
@@ -15,7 +15,7 @@
15
"scripts": {
16
"build": "tsc -p tsconfig.json",
17
"dev": "nodemon",
18
- "start": "npm run build && probot run ./lib/index.js",
+ "start": "probot run ./lib/index.js",
19
"lint": "eslint src/**/*.ts",
20
"test": "jest",
21
"coverage": "jest --coverage",
0 commit comments