diff --git a/package.json b/package.json index dfc26632f..94d8223dc 100644 --- a/package.json +++ b/package.json @@ -25,8 +25,8 @@ }, "lint-staged": { "**/*": [ - "pnpm prettier --write --ignore-unknown", - "pnpm eslint --fix" + "npx prettier --write --ignore-unknown", + "npx eslint --fix" ] }, "resolutions": {