Skip to content

Commit

Permalink
husky v9
Browse files Browse the repository at this point in the history
  • Loading branch information
aggre committed Jul 19, 2024
1 parent f91796b commit 9bc25c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn lint
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint:eslint": "eslint --fix \"**/*.{js,mjs,cjs}\"",
"lint:prettier": "prettier --cache -w \"**/*.{js,mjs,cjs,ts,tsx,tsm,astro,vue,svelte}\"",
"typecheck": "astro check && tsc --noEmit && svelte-check && vue-tsc --noEmit --p tsconfig.vue.json",
"prepare": "husky install",
"prepare": "husky",
"populate": "node ./scripts/populate/index.mjs",
"flushDb": "node ./scripts/flushDb.mjs",
"upgradeDb": "node ./scripts/upgrade.mjs",
Expand Down

0 comments on commit 9bc25c0

Please sign in to comment.