Merge remote-tracking branch 'origin/main' into pr-5717
Resolves package.json conflict: keep main's biome 1->2 simplification (`biome check` without trailing ".") and the test / test:watch scripts this branch added for vitest.
This commit is contained in:
commit
b62e4d18cd
74 changed files with 10967 additions and 1234 deletions
|
|
@ -12,8 +12,8 @@
|
|||
"lint": "eslint .",
|
||||
"preview": "vite preview",
|
||||
"typecheck": "tsc -b --pretty false",
|
||||
"biome:check": "biome check .",
|
||||
"biome:fix": "biome check . --write",
|
||||
"biome:check": "biome check",
|
||||
"biome:fix": "biome check --write",
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue