mirror of
https://github.com/lnbits/lnbits.git
synced 2026-08-16 13:10:15 +02:00
add watch
This commit is contained in:
parent
574641d432
commit
30ffe437a0
1 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,8 @@
|
|||
"test": "npm run test:unit",
|
||||
"test:unit": "vitest --watch=false tests/frontend/unit",
|
||||
"test:unit:watch": "vitest tests/frontend/unit",
|
||||
"build": "vite build"
|
||||
"build": "vite build",
|
||||
"watch": "vite build --watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@quasar/quasar-app-extension-testing-unit-vitest": "^1.2.4",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue