We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5a6b20 commit e9399eeCopy full SHA for e9399ee
nodemon.json
@@ -0,0 +1,6 @@
1
+{
2
+ "verbose": true,
3
+ "watch": ["src"],
4
+ "ext": "ts",
5
+ "exec": "npm start"
6
+}
package.json
@@ -14,7 +14,7 @@
14
],
15
"scripts": {
16
"build": "tsc -p tsconfig.json",
17
- "dev": "nodemon --exec \"npm start\"",
+ "dev": "nodemon",
18
"start": "npm run build && probot run ./lib/index.js",
19
"lint": "eslint src/**/*.ts",
20
"test": "jest",
0 commit comments