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 c4b0fc1 commit a387e62Copy full SHA for a387e62
package.json
@@ -46,7 +46,7 @@
46
"site": "npm run build && cross-env SITE_DEPLOY='TRUE' dumi build",
47
"start": "dumi dev",
48
"sync:tnpm": "node -e 'import(\"./scripts/syncTNPM.mjs\").then(m => m.default())'",
49
- "test": "cross-env TZ=UTC vitest",
+ "test": "cross-env TZ=UTC vitest run",
50
"test:coverage": "cross-env TZ=UTC TEST_LOG=none vitest run --coverage",
51
"test:ui": "cross-env TZ=UTC vitest --ui",
52
"test:update": "cross-env TZ=UTC vitest -u",
0 commit comments