Skip to content

Commit

Permalink
Add watch for nodered reload
Browse files Browse the repository at this point in the history
  • Loading branch information
inwaar committed Dec 2, 2024
1 parent e264288 commit 83a657f
Show file tree
Hide file tree
Showing 2 changed files with 259 additions and 1 deletion.
252 changes: 252 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
}
},
"scripts": {
"lint": "eslint ./"
"lint": "eslint ./",
"nd": "node-red -u sandbox",
"watch": "npm-watch nd"
},
"dependencies": {
"gree-hvac-client": "^2.1.0"
Expand All @@ -26,11 +28,15 @@
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-jsdoc": "^44.1.0",
"eslint-plugin-prettier": "^4.2.1",
"npm-watch": "^0.13.0",
"prettier": "^2.8.8",
"semantic-release": "^21.0.2"
},
"repository": {
"type": "git",
"url": "[email protected]:inwaar/node-red-contrib-gree-hvac.git"
},
"watch": {
"nd": "gree-hvac/**/*.*"
}
}

0 comments on commit 83a657f

Please sign in to comment.