mirror of
https://github.com/tenrok/vue-tribute.git
synced 2026-06-07 07:42:26 +03:00
Add separate test and test:watch commands
This commit is contained in:
+2
-1
@@ -20,7 +20,8 @@
|
||||
"build:demo": "vite build --mode demo",
|
||||
"preview": "vite preview",
|
||||
"serve": "vite preview",
|
||||
"test": "vitest",
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest",
|
||||
"format": "prettier ./lib ./demo -w -u"
|
||||
},
|
||||
"dependencies": {},
|
||||
|
||||
Reference in New Issue
Block a user