mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-12 18:43:50 +00:00
Correct test:watch command so that it actually watches
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
"build": "npm run types && vite build && node scripts/replace-version.mjs",
|
"build": "npm run types && vite build && node scripts/replace-version.mjs",
|
||||||
"build:dist": "npm run build && node scripts/create-dist-file.mjs",
|
"build:dist": "npm run build && node scripts/create-dist-file.mjs",
|
||||||
"test": "vitest run --run",
|
"test": "vitest run --run",
|
||||||
"test:watch": "vitest run --watch",
|
"test:watch": "vitest --watch",
|
||||||
"test:ci": "npm run test -- --coverage",
|
"test:ci": "npm run test -- --coverage",
|
||||||
"test:verbose": "npm run test -- --verbose"
|
"test:verbose": "npm run test -- --verbose"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user