Skip to content

Commit

Permalink
chore: 🤖 Change "npm"
Browse files Browse the repository at this point in the history
  • Loading branch information
dc7290 committed Nov 29, 2024
1 parent 3ea5cab commit 8d4bb06
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
yarn commitmsg
npm run commitmsg
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
yarn lint-staged
npm run lint-staged
2 changes: 1 addition & 1 deletion .husky/prepare-commit-msg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[ -z "${SKIP_BY_SEMANTIC_RELEASE}" ] && {
exec < /dev/tty && yarn git-cz --hook
exec < /dev/tty && npx git-cz --hook
} || true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d4bb06

Please sign in to comment.