summaryrefslogtreecommitdiff
path: root/nodemon.json
diff options
context:
space:
mode:
Diffstat (limited to 'nodemon.json')
-rw-r--r--nodemon.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/nodemon.json b/nodemon.json
index 22bea52..64e8d61 100644
--- a/nodemon.json
+++ b/nodemon.json
@@ -1,7 +1,5 @@
{
- "watch": [
- "src"
- ],
+ "watch": ["src"],
"ext": "ts",
"exec": "npm run build && homebridge -U ./test/homebridge -D",
"signal": "SIGTERM"