diff --git a/package.json b/package.json index 325d92e0e..078177b3e 100644 --- a/package.json +++ b/package.json @@ -15,9 +15,11 @@ "compile:watch": "tsc -w", "dev": "npm run compile && npm start", "dev:watch": "concurrently --kill-others \"npm run compile:watch\" \"npm run nodemon:watch\"", + "dev:watch:inspect": "concurrently --kill-others \"npm run compile:watch\" \"npm run nodemon:watch:inspect\"", "lint": "tslint --fix --project tsconfig.json && tslint --fix --config tslint-alt.json 'bin/*' 'test/**/*.ts' 'tasks/**/*.ts'", "lintNoFix": "tslint --project tsconfig.json && tslint --config tslint-alt.json 'bin/*' 'test/**/*.ts' 'tasks/**/*.ts'", "nodemon:watch": "nodemon --watch dist -e js dist/Xud.js", + "nodemon:watch:inspect": "nodemon --inspect-brk --watch dist -e js dist/Xud.js", "prepublishOnly": "npm run compile", "proto": "cross-os proto && cross-os swagger && cross-os protodocs && cross-os protoFixDeprecation", "proto:p2p": "cross-os proto:p2p",