mirror of
https://github.com/gotson/komga.git
synced 2026-03-31 10:33:59 +02:00
vitest npm tasks
This commit is contained in:
parent
d799525c7c
commit
7fa0fc91e5
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