Skip to content

Commit c0a46c8

Browse files
committed
chore: small fix
1 parent 8df8ca3 commit c0a46c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"changeset": "changeset",
1414
"check-dependency-version": "check-dependency-version-consistency .",
1515
"check-spell": "npx cspell",
16-
"lint": "",
16+
"lint": "biome check . --diagnostic-level=warn && pnpm run check-spell",
1717
"prebundle": "nx run-many -t prebundle",
1818
"prepare": "pnpm run build && simple-git-hooks",
1919
"sort-package-json": "npx sort-package-json \"packages/*/package.json\"",

0 commit comments

Comments
 (0)