Skip to content

Commit

Permalink
fix: remove lerna from ci lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
sbsrnt committed Apr 13, 2024
1 parent de0af6f commit c0a7bcb
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 @@ -13,7 +13,7 @@
"test": "vitest --silent",
"postinstall": "npx lefthook install",
"ci:typecheck": "lerna run ci:typecheck",
"ci:lint": "lerna run ci:lint"
"ci:lint": "npx @biomejs/biome ci ."
},
"config": {
"commitizen": {
Expand Down

0 comments on commit c0a7bcb

Please sign in to comment.