Skip to content

Commit

Permalink
chore: Add a debugging command
Browse files Browse the repository at this point in the history
Adds a debugging command to be used for local development of the CLI.  The command sets the http* libraries to debugging mode and starts the CLI in debugging mode.
  • Loading branch information
joe-yeager committed Jan 15, 2025
1 parent 48e9d58 commit 7ff280a
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 @@ -72,6 +72,7 @@
"circular-deps": "yarn madge --circular .",
"release": "yarn ts-node ./scripts/release.ts release",
"hs": "yarn build && node ./dist/bin/hs",
"hs-debug": "yarn build && NODE_DEBUG=http* node --inspect-brk ./dist/bin/hs",
"update-ldl": "yarn add --exact @hubspot/local-dev-lib@latest"
},
"lint-staged": {
Expand Down

0 comments on commit 7ff280a

Please sign in to comment.