GitLab
Sign in
朱子纯
/
test
Back to Dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Snippets
Download as
Email Patches
Plain Diff
Browse Code »
Commit
d30b6a4270cbb25f03699c3b96c3ff18f2496c49
Authored by
zichun
2026-05-07 17:58:26 +0800
1 parent
c4ba745f
chore(frontend): add no-op test script for pre-push hook
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
frontend/package.json
frontend/package.json
View file @
d30b6a4
...
...
@@ -7,6 +7,7 @@
7
7
"dev": "vite",
8
8
"build": "tsc -b && vite build",
9
9
"lint": "tsc --noEmit",
10
+ "test": "echo 'no frontend unit tests'",
10
11
"preview": "vite preview"
11
12
},
12
13
"dependencies": {
...
...