Skip to content

Commit dd80822

Browse files
committed
remove silent flag
1 parent 98df7fc commit dd80822

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
@@ -14,7 +14,7 @@
1414
"dev": "rolldown --watch --config",
1515
"format": "pnpm --parallel format",
1616
"lint": "pnpm --parallel lint && eslint --cache --cache-location node_modules/.eslintcache",
17-
"test": "vitest run --silent",
17+
"test": "vitest run",
1818
"test:ui": "vitest --ui",
1919
"update-addon-deps": "node ./scripts/update-addon-dependencies.js"
2020
},

0 commit comments

Comments
 (0)