mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-22 00:25:43 +00:00
ciiiiiii
This commit is contained in:
parent
43fbc2fb68
commit
67c6297e8c
2 changed files with 3 additions and 2 deletions
2
.github/workflows/frontend.yaml
vendored
2
.github/workflows/frontend.yaml
vendored
|
@ -20,5 +20,5 @@ jobs:
|
|||
working-directory: frontend
|
||||
|
||||
- name: Vitest
|
||||
run: pnpm vitest --run
|
||||
run: pnpm test:ci
|
||||
working-directory: frontend
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"generate": "nuxt generate",
|
||||
"preview": "nuxt preview",
|
||||
"postinstall": "nuxt prepare",
|
||||
"test": "vitest"
|
||||
"test": "vitest",
|
||||
"test:ci": "vitest --run"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nuxt": "3.0.0-rc.8",
|
||||
|
|
Loading…
Reference in a new issue