Skip to content

Commit

Permalink
chore: lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed May 16, 2024
1 parent 1012bd5 commit 23cb24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"docs:dev": "pnpm --filter site dev",
"docs:build": "pnpm --filter site build",
"format": "biome format . --write",
"lint": "biome check . --apply-unsafe",
"lint": "biome check .",
"gen:icons": "bun .scripts/gen-icons.ts",
"gen:protobufs": "pnpm --filter protobufs generate",
"postinstall": "pnpm build && pnpm preconstruct",
Expand Down

0 comments on commit 23cb24d

Please sign in to comment.