Skip to content

Commit

Permalink
chore: pnpm 10: allow dependencies build
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Mar 1, 2025
1 parent 572c4b8 commit 915347f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,11 @@
"clean": "rimraf temp coverage dist tsconfig.tsbuildinfo",
"prepack": "pnpm run clean && pnpm run build"
},
"version": "3.2.7"
"version": "3.2.7",
"pnpm": {
"onlyBuiltDependencies": [
"@serialport/bindings-cpp",
"esbuild"
]
}
}

0 comments on commit 915347f

Please sign in to comment.