diff --git a/.husky/commit-msg b/.husky/commit-msg index 78e996d0..2a22430c 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1 +1 @@ -yarn commitmsg +npm run commitmsg diff --git a/.husky/pre-commit b/.husky/pre-commit index 37236231..0100eae1 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1 +1 @@ -yarn lint-staged +npm run lint-staged diff --git a/.husky/prepare-commit-msg b/.husky/prepare-commit-msg index 55d3e7a7..215d300d 100755 --- a/.husky/prepare-commit-msg +++ b/.husky/prepare-commit-msg @@ -1,3 +1,3 @@ [ -z "${SKIP_BY_SEMANTIC_RELEASE}" ] && { - exec < /dev/tty && yarn git-cz --hook + exec < /dev/tty && npx git-cz --hook } || true diff --git a/README.md b/README.md index dbc1055c..1d1ad128 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ This makes it possible to build a high performance website with this solution, w ## Installation ```bash -yarn add -D next-export-optimize-images +npm install next-export-optimize-images ``` ## Document Site