ci: Run frontend tests in CI
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2458>
This commit is contained in:
parent
766380f31d
commit
95ead5bc58
2 changed files with 1 additions and 4 deletions
|
|
@ -10,7 +10,7 @@
|
|||
"build:deployment": "vite build",
|
||||
"serve": "vite preview",
|
||||
"test": "vitest run",
|
||||
"test:unit": "vitest run",
|
||||
"test:unit": "vitest run --coverage",
|
||||
"lint": "eslint --ext .ts,.js,.vue,.json,.html src test public/embed.html",
|
||||
"lint:tsc": "vue-tsc --noEmit",
|
||||
"fix-fomantic-css": "scripts/fix-fomantic-css.sh",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue