From d30b6a4270cbb25f03699c3b96c3ff18f2496c49 Mon Sep 17 00:00:00 2001 From: zichun Date: Thu, 7 May 2026 17:58:26 +0800 Subject: [PATCH] chore(frontend): add no-op test script for pre-push hook --- frontend/package.json | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index b99e423..81e9d2c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -7,6 +7,7 @@ "dev": "vite", "build": "tsc -b && vite build", "lint": "tsc --noEmit", + "test": "echo 'no frontend unit tests'", "preview": "vite preview" }, "dependencies": { -- libgit2 0.22.2