Skip to content

Commit

Permalink
fix: add missing ci scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sbsrnt committed Apr 13, 2024
1 parent c85413e commit de0af6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"typecheck": "npx tsc",
"cq": "npm run format && npm run lint:apply && npm run typecheck",
"test": "vitest --silent",
"postinstall": "npx lefthook install"
"postinstall": "npx lefthook install",
"ci:typecheck": "lerna run ci:typecheck",
"ci:lint": "lerna run ci:lint"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit de0af6f

Please sign in to comment.