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 9ac07a4 commit f4b1169Copy full SHA for f4b1169
package.json
@@ -20,7 +20,7 @@
20
"codecov": "codecov",
21
"fix": "run-s fix:lerna fix:biome",
22
"fix:lerna": "lerna run fix",
23
- "fix:biome": "biome check --apply-unsafe .",
+ "fix:biome": "biome check --apply .",
24
"changelog": "ts-node ./scripts/get-commit-list.ts",
25
"link:yarn": "lerna exec yarn link",
26
"lint": "run-s lint:lerna lint:biome",
0 commit comments