Skip to content

Commit dbad224

Browse files
committed
Clean-up after switch to pnpm
See pnpm/pnpm#4649
1 parent ebc52c4 commit dbad224

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
side-effects-cache=false

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"!**/*.spec.d.ts"
9999
],
100100
"simple-git-hooks": {
101-
"pre-commit": "pnpm dlx lint-staged"
101+
"pre-commit": "pnpm exec lint-staged"
102102
},
103103
"lint-staged": {
104104
"*.m?{js,ts}": "eslint --fix",

0 commit comments

Comments
 (0)