Skip to content

Commit

Permalink
turn on ts-http-runtime azure-diff verbose log
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymeng committed Nov 18, 2024
1 parent ed2c868 commit ba3c9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/core/ts-http-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
"integration-test:browser": "echo skipped",
"integration-test:node": "echo skipped",
"lint": "tsx scripts/azure-diff.ts && eslint package.json api-extractor.json src test",
"lint": "tsx scripts/azure-diff.ts --verbose && eslint package.json api-extractor.json src test",
"lint:fix": "tsx scripts/azure-diff.ts --update && eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
"pack": "npm pack 2>&1",
"test": "npm run clean && dev-tool run build-package && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test",
Expand Down

0 comments on commit ba3c9dc

Please sign in to comment.