Skip to content

Commit

Permalink
Clean-up after switch to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
paescuj committed Dec 29, 2022
1 parent ebc52c4 commit dbad224
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
side-effects-cache=false
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"!**/*.spec.d.ts"
],
"simple-git-hooks": {
"pre-commit": "pnpm dlx lint-staged"
"pre-commit": "pnpm exec lint-staged"
},
"lint-staged": {
"*.m?{js,ts}": "eslint --fix",
Expand Down

0 comments on commit dbad224

Please sign in to comment.