From 58322d237ee1b29e4526f4239227d20dd91bff09 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 8 Sep 2025 15:24:51 -0500 Subject: [PATCH] vitest dot reporter --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e949615..cfa97dd 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "dev": "npm i --silent && vite", "build": "npm i --silent && vite build -l error && cp dist/index.html dist/404.html && echo 'Project built successfully!'", - "test": "npm i --silent && tsc --noEmit && eslint && vitest run && vite build -l error && cp dist/index.html dist/404.html && echo 'All tests passed!'", + "test": "npm i --silent && tsc --noEmit && eslint && vitest run --reporter=dot --silent && vite build -l error && cp dist/index.html dist/404.html && echo 'All tests passed!'", "deploy": "npm run build && npx -y nostr-deploy-cli deploy --skip-setup" }, "dependencies": {