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 d06a157 commit 99a10cdCopy full SHA for 99a10cd
package.json
@@ -24,7 +24,7 @@
24
"scripts": {
25
"build": "tsup src/index.ts --format cjs,esm --dts --clean",
26
"prepublish": "pnpm build",
27
- "test": "vitest",
+ "test": "FORCE_COLOR=true vitest",
28
"changeset": "changeset"
29
},
30
"keywords": [
0 commit comments