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 82d6d98 commit 03a61b3Copy full SHA for 03a61b3
package.json
@@ -11,8 +11,8 @@
11
"astro": "astro",
12
"lint": "prettier --check .",
13
"format": "prettier --write .",
14
- "test": "vitest",
15
- "test:ci": "vitest run --coverage --bail 1",
+ "test": "PINO_LOG_LEVEL=silent vitest",
+ "test:ci": "PINO_LOG_LEVEL=silent vitest run --coverage --bail 1",
16
"pre-push": "node -v && bun --revision && bun i && bun run lint && bun run build && bun run test:ci",
17
"shiki:codegen": "bun run scripts/shiki-codegen.ts"
18
},
0 commit comments