Skip to content

Commit c07cda7

Browse files
committed
added githooks script
1 parent 680a3eb commit c07cda7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package-lock.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"lint": "prettier -w --cache . && prettier -w --cache **/*.astro",
4545
"clean": "rm -rf dist rm -rf build",
4646
"nuke": "shx rm -rf node_modules && rm package-lock.json && npm run clean",
47-
"postinstall": "shx ./setup-hooks.sh"
47+
"setup:hooks": "sh ./setup-hooks.sh"
4848
},
4949
"dependencies": {
5050
"@astrojs/check": "0.9.4",

0 commit comments

Comments
 (0)