Skip to content

Commit

Permalink
Add CLI debugging option to npm scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel D’Aquino <[email protected]>
  • Loading branch information
danieldaquino committed Oct 15, 2024
1 parent 0482ed1 commit b18bb0e
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 @@ -18,6 +18,7 @@
"start": "node src/index.js",
"dev": "TRANSLATION_PROVIDER=mock ENABLE_HTTP_AUTH=\"true\" node src/index.js",
"dev-debug": "TRANSLATION_PROVIDER=mock ENABLE_HTTP_AUTH=\"true\" node --inspect src/index.js",
"dev-debug-cli": "TRANSLATION_PROVIDER=mock ENABLE_HTTP_AUTH=\"true\" node inspect src/index.js",
"type-check": "tsc --checkJs --allowJs src/*.js --noEmit --skipLibCheck",
"type-check-path": "tsc --checkJs --allowJs --noEmit --skipLibCheck"
},
Expand Down

0 comments on commit b18bb0e

Please sign in to comment.