Silence console output from passed tests

This commit is contained in:
Alex Gleason 2025-06-01 14:28:02 -05:00
parent 03f804ed90
commit ed2d3798ea
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

View File

@ -6,7 +6,7 @@
"scripts": {
"dev": "npm i && vite",
"build": "npm i && vite build && cp dist/index.html dist/404.html",
"test": "npm i && tsc -p tsconfig.app.json --noEmit && eslint && vitest run && vite build",
"test": "npm i && tsc -p tsconfig.app.json --noEmit && eslint && vitest run --silent passed-only && vite build",
"deploy": "npm run build && npx -y surge@latest dist"
},
"dependencies": {