Skip to content

Commit

Permalink
Add onlyBuiltDependencies as esbuild/msw
Browse files Browse the repository at this point in the history
  • Loading branch information
volkanceylan committed Feb 23, 2025
1 parent 4cdc2cb commit d390cce
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 @@ -14,6 +14,12 @@
"optionalDependencies": {
"fsevents": "2.3.3"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"msw"
]
},
"scripts": {
"all": "pnpm i && pnpm -r build && pnpm -r tsc && pnpm -r test"
},
Expand Down

0 comments on commit d390cce

Please sign in to comment.