We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37bd40c commit 37cab67Copy full SHA for 37cab67
package.json
@@ -10,9 +10,9 @@
10
"cz": "cz",
11
"test": "cross-env NODE_OPTIONS=--unhandled-rejections=warn vitest run --passWithNoTests --dangerouslyIgnoreUnhandledErrors",
12
"test-c": "cross-env NODE_OPTIONS=--unhandled-rejections=warn vitest run --passWithNoTests --dangerouslyIgnoreUnhandledErrors --coverage",
13
- "dev": "turbo run dev",
+ "dev": "cross-env FORCE_COLOR=1 turbo run dev",
14
"dev:sh": "sh scripts/build-base.sh dev",
15
- "build": "turbo run build",
+ "build": "cross-env FORCE_COLOR=1 turbo run build",
16
"publish": "yarn changeset publish",
17
"prerelease": "yarn build",
18
"format": "yarn prettier --write",
0 commit comments