Skip to content

Commit 4be65f3

Browse files
Add pnpm configuration to package.json for onlyBuiltDependencies
- Updated package.json to include a new pnpm configuration section. - Added onlyBuiltDependencies with esbuild as a dependency to be built. - This change ensures
1 parent d120647 commit 4be65f3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,10 @@
4848
},
4949
"lint-staged": {
5050
"*": "prettier --ignore-unknown --write"
51+
},
52+
"pnpm": {
53+
"onlyBuiltDependencies": [
54+
"esbuild"
55+
]
5156
}
5257
}

0 commit comments

Comments
 (0)