Skip to content

Commit

Permalink
fix(tooling): Fix Biome npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed Jun 30, 2024
1 parent c713274 commit d265956
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 @@ -38,7 +38,7 @@
"types": "./lib/index.d.ts",
"scripts": {
"lint:types": "tsc --project tsconfig.json --noEmit",
"lint": "pnpm biome && pnpm lint:types",
"lint": "biome lint --write --no-errors-on-unmatched . && pnpm lint:types",
"staged": "lint-staged",
"coverage": "c8 pnpm test",
"ci": "c8 pnpm test && c8 report --reporter=json",
Expand Down

0 comments on commit d265956

Please sign in to comment.