Skip to content

Commit

Permalink
Reduce CLI output for types generation
Browse files Browse the repository at this point in the history
  • Loading branch information
meduzen committed Apr 21, 2024
1 parent 05ee6bd commit 31f344e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"packageManager": "pnpm@8.10.5",
"scripts": {
"types": "tsc && dts-bundle-generator --no-banner=true -o types/index.d.ts types-transitive/index.d.ts",
"types": "tsc && dts-bundle-generator --silent --no-banner=true -o types/index.d.ts types-transitive/index.d.ts",
"test": "vitest run",
"test:types": "pnpm exec tsd",
"test:ui": "vitest --ui --coverage.enabled --coverage.exclude=types",
Expand Down

0 comments on commit 31f344e

Please sign in to comment.