Skip to content

Commit 7a0bf39

Browse files
committed
fix test:update npm-script
1 parent 0ae0c4d commit 7a0bf39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"build:vite": "vite build",
2222
"prepare": "npm run build",
2323
"test": "vitest run --coverage",
24-
"test:update": "vitest run --updateSnapshot --no-cache",
24+
"test:update": "vitest run -u",
2525
"lint": "run-p lint:*",
2626
"lint:biome": "biome check .",
2727
"lint:tsc": "tsc -p ./tsconfig.lint.json",

0 commit comments

Comments
 (0)