Skip to content

Commit

Permalink
added githooks script
Browse files Browse the repository at this point in the history
  • Loading branch information
xkeshav committed Jan 18, 2025
1 parent 680a3eb commit c07cda7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"lint": "prettier -w --cache . && prettier -w --cache **/*.astro",
"clean": "rm -rf dist rm -rf build",
"nuke": "shx rm -rf node_modules && rm package-lock.json && npm run clean",
"postinstall": "shx ./setup-hooks.sh"
"setup:hooks": "sh ./setup-hooks.sh"
},
"dependencies": {
"@astrojs/check": "0.9.4",
Expand Down

0 comments on commit c07cda7

Please sign in to comment.