Commit d30b6a4270cbb25f03699c3b96c3ff18f2496c49

Authored by zichun
1 parent c4ba745f

chore(frontend): add no-op test script for pre-push hook

Showing 1 changed file with 1 additions and 0 deletions
frontend/package.json
@@ -7,6 +7,7 @@ @@ -7,6 +7,7 @@
7 "dev": "vite", 7 "dev": "vite",
8 "build": "tsc -b && vite build", 8 "build": "tsc -b && vite build",
9 "lint": "tsc --noEmit", 9 "lint": "tsc --noEmit",
  10 + "test": "echo 'no frontend unit tests'",
10 "preview": "vite preview" 11 "preview": "vite preview"
11 }, 12 },
12 "dependencies": { 13 "dependencies": {