Skip to content

Commit

Permalink
🪲 Fix lint staged commands (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista authored Feb 6, 2024
1 parent 820e7c2 commit 31e9e9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
},
"lint-staged": {
"**/*": [
"pnpm prettier --write --ignore-unknown",
"pnpm eslint --fix"
"npx prettier --write --ignore-unknown",
"npx eslint --fix"
]
},
"resolutions": {
Expand Down

0 comments on commit 31e9e9a

Please sign in to comment.