We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98df7fc commit dd80822Copy full SHA for dd80822
package.json
@@ -14,7 +14,7 @@
14
"dev": "rolldown --watch --config",
15
"format": "pnpm --parallel format",
16
"lint": "pnpm --parallel lint && eslint --cache --cache-location node_modules/.eslintcache",
17
- "test": "vitest run --silent",
+ "test": "vitest run",
18
"test:ui": "vitest --ui",
19
"update-addon-deps": "node ./scripts/update-addon-dependencies.js"
20
},
0 commit comments