10000 build: remove verbose logging from biome · Mause/sentry-javascript@332b231 · GitHub
[go: up one dir, main page]

Skip to content

Commit 332b231

Browse files
committed
build: remove verbose logging from biome
1 parent 4ce0289 commit 332b231

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
@@ -25,7 +25,7 @@
2525
"link:yarn": "lerna exec yarn link",
2626
"lint": "run-s lint:lerna lint:biome",
2727
"lint:lerna": "lerna run lint",
28-
"lint:biome": "biome format --verbose .",
28+
"lint:biome": "biome format .",
2929
"validate:es5": "lerna run validate:es5",
3030
"postpublish": "lerna run --stream --concurrency 1 postpublish",
3131
"test": "lerna run --ignore \"@sentry-internal/{browser-integration-tests,e2e-tests,integration-shims,node-integration-tests,overhead-metrics}\" test",

0 commit comments

Comments
 (0)
0