We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ce0289 commit 332b231Copy full SHA for 332b231
package.json
@@ -25,7 +25,7 @@
25
"link:yarn": "lerna exec yarn link",
26
"lint": "run-s lint:lerna lint:biome",
27
"lint:lerna": "lerna run lint",
28
- "lint:biome": "biome format --verbose .",
+ "lint:biome": "biome format .",
29
"validate:es5": "lerna run validate:es5",
30
"postpublish": "lerna run --stream --concurrency 1 postpublish",
31
"test": "lerna run --ignore \"@sentry-internal/{browser-integration-tests,e2e-tests,integration-shims,node-integration-tests,overhead-metrics}\" test",
0 commit comments