diff --git a/.husky/pre-commit b/.husky/pre-commit index 36af219..2312dc5 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - npx lint-staged diff --git a/.husky/pre-push b/.husky/pre-push index bf25f47..192cb67 100755 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1,4 +1 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - npm run build && npm test diff --git a/package.json b/package.json index fc78aab..5a0c2aa 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "test:watch": "vitest", "coverage": "vitest run --coverage", "bench": "vitest bench --run", - "prepare": "husky install" + "prepare": "husky" }, "dependencies": { "@types/sql.js": "^1.4.11",