Skip to content

Commit cda7d21

Browse files
committed
chore: add pnpm onlyBuiltDependencies for electron and better-sqlite3
1 parent 2e8b1cb commit cda7d21

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,12 @@
128128
"vue": "^3.5.13",
129129
"vue-router": "^4.5.0"
130130
},
131+
"pnpm": {
132+
"onlyBuiltDependencies": [
133+
"better-sqlite3",
134+
"electron"
135+
]
136+
},
131137
"simple-git-hooks": {
132138
"pre-commit": "npx lint-staged",
133139
"commit-msg": "npx commitlint --edit $1"

0 commit comments

Comments
 (0)