Skip to content

Commit 99a10cd

Browse files
committed
add FORCE_COLOR flag to test package so that chalk formats colors
1 parent d06a157 commit 99a10cd

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
@@ -24,7 +24,7 @@
2424
"scripts": {
2525
"build": "tsup src/index.ts --format cjs,esm --dts --clean",
2626
"prepublish": "pnpm build",
27-
"test": "vitest",
27+
"test": "FORCE_COLOR=true vitest",
2828
"changeset": "changeset"
2929
},
3030
"keywords": [

0 commit comments

Comments
 (0)