Skip to content

Commit

Permalink
Add check:commit script to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Mar 4, 2024
1 parent a76dc19 commit 92c94d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"type": "module",
"scripts": {
"postinstall": "pnpm dlx husky install",
"build": "pnpm --filter \"./packages/*\" build"
"build": "pnpm --filter \"./packages/*\" build",
"check:commit": "commitlint --from=HEAD~1 --verbose"
},
"packageManager": "^[email protected]",
"engines": {
Expand Down

0 comments on commit 92c94d5

Please sign in to comment.