fix: for some reason, ci fails without it...
This commit is contained in:
parent
b36d334f78
commit
45eed1b7e7
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
"pretest": "npm run jsdoc-json",
|
||||
"prebuild": "npm run jsdoc-json",
|
||||
"prestart": "npm run jsdoc-json",
|
||||
"test": "vitest run --version",
|
||||
"test": "npm run pretest && vitest run --version",
|
||||
"test-ui": "npm run pretest && vitest --ui",
|
||||
"test-coverage": "npm run pretest && vitest --coverage",
|
||||
"snapshot": "npm run pretest && vitest run -u --silent",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue