Skip to content

Commit 1a8487a

Browse files
Update script
1 parent 274211c commit 1a8487a

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
@@ -22,7 +22,7 @@
2222
"prepublishOnly": "npm run build",
2323
"lint": "eslint src/**/*.{ts,vue} --max-warnings 4",
2424
"prepare": "husky install",
25-
"test": "vitest --reporter verbose",
25+
"test": "vitest",
2626
"test:commit": "vitest --run --bail 1",
2727
"test:build": "vitest --run --bail 1 --reporter dot"
2828
},

0 commit comments

Comments
 (0)