mirror of
https://github.com/gotson/komga.git
synced 2025-12-14 20:43:10 +01:00
vitest npm tasks
This commit is contained in:
parent
e9a1a94d24
commit
dd6d48abf2
1 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,8 @@
|
|||
"build": "run-s i18n:compile \"build-only {@}\" --",
|
||||
"preview": "vite preview",
|
||||
"build-only": "vite build",
|
||||
"test": "vitest",
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest watch",
|
||||
"type-check": "vue-tsc --build --force",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "npm run lint -- --fix",
|
||||
|
|
|
|||
Loading…
Reference in a new issue