mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-22 17:10:26 +03:00
Correct test:watch command so that it actually watches
This commit is contained in:
parent
1b82f42a33
commit
27d79b574e
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
"build": "npm run types && vite build && node scripts/replace-version.mjs",
|
||||
"build:dist": "npm run build && node scripts/create-dist-file.mjs",
|
||||
"test": "vitest run --run",
|
||||
"test:watch": "vitest run --watch",
|
||||
"test:watch": "vitest --watch",
|
||||
"test:ci": "npm run test -- --coverage",
|
||||
"test:verbose": "npm run test -- --verbose"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue