Skip to content

Commit ce017e4

Browse files
authored
Prevent failing types-and-precompiled from corrupting terminal output (#84799)
1 parent 360901f commit ce017e4

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
@@ -70,7 +70,7 @@
7070
"lint-eslint": "cross-env ESLINT_USE_FLAT_CONFIG=false eslint --ext js,jsx,mjs,ts,tsx,mts,mdx --config .eslintrc.cli.json --no-eslintrc",
7171
"lint-ast-grep": "ast-grep scan",
7272
"lint-no-typescript": "run-p prettier-check \"lint-eslint .\" lint-language",
73-
"types-and-precompiled": "run-p lint-typescript check-compiler-fixtures types:test-lib && pnpm check-precompiled",
73+
"types-and-precompiled": "run-p \"lint-typescript --log-order=stream\" check-compiler-fixtures types:test-lib && pnpm check-precompiled",
7474
"check-compiler-fixtures": "find crates/next-custom-transforms/tests/fixture -type f -name 'tsconfig.json' -print0 | xargs --null -n1 -I'{}' pnpm tsc --noEmit --project '{}'",
7575
"validate-externals-doc": "node ./scripts/validate-externals-doc.js",
7676
"lint": "run-p test-types lint-typescript prettier-check \"lint-eslint .\" lint-ast-grep lint-language",

0 commit comments

Comments
 (0)