We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f95be78 commit cb625c0Copy full SHA for cb625c0
1 file changed
package.json
@@ -59,7 +59,7 @@
59
"scripts": {
60
"build": "tsup",
61
"clean": "pnpm ts ./scripts/clean.ts",
62
- "format": "biome format --write --unsafe .",
+ "format": "biome check --write --unsafe .",
63
"lerna:version:up": "lerna version --yes",
64
"lint": "biome check .",
65
"release:github:registry": "pnpm publish --no-git-checks --registry https://npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}",
0 commit comments