Skip to content

Commit

Permalink
chore: add inspect mode script (#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Mar 8, 2023
1 parent e4e4cac commit 4f40666
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"main": "node ./build/src/main.js",
"dev": "tsc-watch --onSuccess \"yarn run main\"",
"deploy": "yarn build && npm publish",
"inspect": "node --inspect=127.0.0.1:8081 ./build/src/main.js",
"build": "substrate-exec-rimraf build/ && substrate-exec-tsc && echo Build Finished",
"build:calc": "bash ./calc/build.sh",
"build:docker": "docker build -t substrate-api-sidecar .",
Expand Down

0 comments on commit 4f40666

Please sign in to comment.