Skip to content

Commit

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

0 comments on commit 28aa59b

Please sign in to comment.