Skip to content

Commit 37cab67

Browse files
authored
chore: add FORCE_COLOR to dev and build scripts (#548)
1 parent 37bd40c commit 37cab67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"cz": "cz",
1111
"test": "cross-env NODE_OPTIONS=--unhandled-rejections=warn vitest run --passWithNoTests --dangerouslyIgnoreUnhandledErrors",
1212
"test-c": "cross-env NODE_OPTIONS=--unhandled-rejections=warn vitest run --passWithNoTests --dangerouslyIgnoreUnhandledErrors --coverage",
13-
"dev": "turbo run dev",
13+
"dev": "cross-env FORCE_COLOR=1 turbo run dev",
1414
"dev:sh": "sh scripts/build-base.sh dev",
15-
"build": "turbo run build",
15+
"build": "cross-env FORCE_COLOR=1 turbo run build",
1616
"publish": "yarn changeset publish",
1717
"prerelease": "yarn build",
1818
"format": "yarn prettier --write",

0 commit comments

Comments
 (0)