Skip to content

Commit 7e3879d

Browse files
committed
husky updates
1 parent 45eb066 commit 7e3879d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.husky/pre-commit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
yarn lint

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"lint:eslint": "eslint . --ext .ts,.js,.mjs --fix",
8787
"lint:format": "prettier --write '**/*.{ts,mts,js,mjs,json,md,yml,astro,scss,svelte,vue}'",
8888
"prepack": "yarn test:ci && yarn build",
89-
"prepare": "husky install",
89+
"prepare": "husky",
9090
"typecheck": "astro check && tsc --noEmit && svelte-check && vue-tsc --noEmit --p tsconfig.vue.json"
9191
},
9292
"author": "aggre",

0 commit comments

Comments
 (0)