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 bf9f2e6 commit 2824f08Copy full SHA for 2824f08
package.json
@@ -27,7 +27,7 @@
27
"lint": "run-p lint:lerna lint:biome lint:prettier",
28
"lint:lerna": "lerna run lint",
29
"lint:biome": "biome check .",
30
- "lint:prettier": "prettier **/*.md **/*.css",
+ "lint:prettier": "prettier **/*.md **/*.css --check",
31
"validate:es5": "lerna run validate:es5",
32
"postpublish": "lerna run --stream --concurrency 1 postpublish",
33
"test": "lerna run --ignore \"@sentry-internal/{browser-integration-tests,e2e-tests,integration-shims,node-integration-tests,overhead-metrics}\" test",
0 commit comments