Skip to content

Commit

Permalink
chore: fix debug commands
Browse files Browse the repository at this point in the history
  • Loading branch information
henrybell committed Oct 23, 2024
1 parent de5adb0 commit 1cc4620
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"main": "src/functions.js",
"scripts": {
"check-format": "npm run prettier-check && npm run terraform-fmt-check",
"debug-poller-function": "node --inspect node_modules/@google-cloud/functions-framework --target=checkSpannerScaleMetricsHTTP",
"debug-scaler-function": "node --inspect node_modules/@google-cloud/functions-framework --target=scaleSpannerInstanceHTTP --port=8081",
"debug-forwarder-function": "node --inspect node_modules/@google-cloud/functions-framework --target=forwardFromHTTP",
"debug-poller-function": "node --inspect node_modules/.bin/functions-framework --target=checkSpannerScaleMetricsHTTP",
"debug-scaler-function": "node --inspect node_modules/.bin/functions-framework --target=scaleSpannerInstanceHTTP --port=8081",
"debug-forwarder-function": "node --inspect node_modules/.bin/functions-framework --target=forwardFromHTTP",
"eslint": "eslint .",
"eslint-fix": "eslint --fix .",
"format": "prettier --write .",
Expand Down

0 comments on commit 1cc4620

Please sign in to comment.