diff --git a/.husky/commit-msg b/.husky/commit-msg index 14d810e..0a4b97d 100644 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1 @@ -#!/usr/bin/env sh -. "$(dirname "$0")/_/husky.sh" - -npx --no-install commitlint --edit "$1" +npx --no -- commitlint --edit $1 diff --git a/.husky/pre-commit b/.husky/pre-commit index d24fdfc..6b636e2 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,2 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" npx lint-staged diff --git a/package-lock.json b/package-lock.json index 625d986..922cdec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "lint-staged": "^15.2.7", - "postcss": "8.4.39", + "postcss": "^8", "prettier": "^3.3.3", "prisma": "^5.17.0", "tailwindcss": "^3.4.6",