Skip to content

Commit cb625c0

Browse files
committed
fix: lint command
1 parent f95be78 commit cb625c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"scripts": {
6060
"build": "tsup",
6161
"clean": "pnpm ts ./scripts/clean.ts",
62-
"format": "biome format --write --unsafe .",
62+
"format": "biome check --write --unsafe .",
6363
"lerna:version:up": "lerna version --yes",
6464
"lint": "biome check .",
6565
"release:github:registry": "pnpm publish --no-git-checks --registry https://npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}",

0 commit comments

Comments
 (0)