Skip to content

Commit 2ebb0e3

Browse files
committed
chore: add pnpm onlyBuiltDependencies
1 parent 99737b1 commit 2ebb0e3

2 files changed

Lines changed: 89 additions & 595 deletions

File tree

package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,17 @@
226226
"react-dom",
227227
"@algolia/client-search"
228228
]
229-
}
229+
},
230+
"ignoredBuiltDependencies": [
231+
"keytar",
232+
"protobufjs",
233+
"vue-demi"
234+
],
235+
"onlyBuiltDependencies": [
236+
"@parcel/watcher",
237+
"better-sqlite3",
238+
"esbuild",
239+
"workerd"
240+
]
230241
}
231242
}

0 commit comments

Comments
 (0)