Skip to content

Commit

Permalink
[Dx] added pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhdevelop committed Oct 5, 2024
1 parent 5484f83 commit 378c67f
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 5 deletions.
114 changes: 110 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"lucide-react": "^0.446.0",
"next": "14.2.13",
"package.json": "^2.0.1",
"pre-commit": "^1.2.2",
"react": "^18",
"react-dom": "^18",
"react-terminal-ui": "^1.3.0",
Expand All @@ -45,5 +46,10 @@
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5"
}
},
"pre-commit": [
"lint",
"prettier:format",
"test"
]
}

0 comments on commit 378c67f

Please sign in to comment.