Skip to content

Commit

Permalink
build: add pnpm overrides based on vite files
Browse files Browse the repository at this point in the history
  • Loading branch information
moudev committed Mar 12, 2022
1 parent c02ec86 commit 8111bec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,11 @@
"lint-staged": {
"*.{js,jsx}": "eslint --cache --fix",
"*.{css,md,json}": "prettier --write"
},
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"@moudev/myers-diff": "workspace:*"
}
}
}

0 comments on commit 8111bec

Please sign in to comment.