We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c94fda7 commit d5798d9Copy full SHA for d5798d9
packages/annotation-comments/package.json
@@ -23,7 +23,7 @@
23
"scripts": {
24
"build": "tsup ./src/index.ts --format esm --no-splitting --dts --sourcemap --clean",
25
"coverage": "vitest run --coverage --coverage.include=src/**/*.ts --coverage.exclude=src/index.ts",
26
- "test": "vitest run --reporter verbose",
+ "test": "vitest run",
27
"test-short": "vitest run --reporter basic",
28
"test-watch": "vitest --reporter verbose",
29
"watch": "pnpm build --watch src"
0 commit comments