Skip to content

Commit 03a61b3

Browse files
committed
chore: disable logging for test scripts
1 parent 82d6d98 commit 03a61b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"astro": "astro",
1212
"lint": "prettier --check .",
1313
"format": "prettier --write .",
14-
"test": "vitest",
15-
"test:ci": "vitest run --coverage --bail 1",
14+
"test": "PINO_LOG_LEVEL=silent vitest",
15+
"test:ci": "PINO_LOG_LEVEL=silent vitest run --coverage --bail 1",
1616
"pre-push": "node -v && bun --revision && bun i && bun run lint && bun run build && bun run test:ci",
1717
"shiki:codegen": "bun run scripts/shiki-codegen.ts"
1818
},

0 commit comments

Comments
 (0)