2
0
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:
Collin Henderson
2022-01-24 12:44:08 -05:00
parent 1604279ab0
commit bf6e697fae
+2 -1
View File
@@ -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": {},