Skip to content

Commit 31e9e9a

Browse files
🪲 Fix lint staged commands (LayerZero-Labs#346)
1 parent 820e7c2 commit 31e9e9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
},
2626
"lint-staged": {
2727
"**/*": [
28-
"pnpm prettier --write --ignore-unknown",
29-
"pnpm eslint --fix"
28+
"npx prettier --write --ignore-unknown",
29+
"npx eslint --fix"
3030
]
3131
},
3232
"resolutions": {

0 commit comments

Comments
 (0)