Skip to content

Commit

Permalink
Merge pull request #829 from ExchangeUnion/feat/add-dev-watch-inspect…
Browse files Browse the repository at this point in the history
…-script

chore(devtools): add dev:watch:inspect script
  • Loading branch information
erkarl committed Apr 4, 2019
2 parents b972947 + e832063 commit d0374bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d0374bb

Please sign in to comment.