chore: update debug for watch
This commit is contained in:
parent
f336cc0df6
commit
8d515f6a77
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
|||
"start": "node index.js",
|
||||
"lint": "eslint app",
|
||||
"lint:fix": "eslint app --fix",
|
||||
"watch": "NODE_ENV=development DEBUG=webssh*,-webssh2:ssh2 nodemon index.js -w app/ -w index.js -w config.json -w package.json",
|
||||
"watch": "NODE_ENV=development DEBUG=webssh* nodemon index.js -w app/ -w index.js -w config.json -w package.json",
|
||||
"test": "jest",
|
||||
"release": "standard-version -a -s --release-as patch --commit-all",
|
||||
"release:dry-run": "standard-version -a -s --release-as patch --dry-run",
|
||||
|
|
Loading…
Reference in a new issue