chore(package.json): upgrade bitsocial-react-hooks, stop yarn install from depending on kubo postinstall (#1090)

Removes the direct `kubo` install-time dependency and switches Electron dev to the repo-managed Kubo downloader in `electron/start-ipfs.js`. This keeps the hooks upgrade in place while avoiding the `dist.ipfs.tech` timeout during `yarn install`.
This commit is contained in:
Tommaso Casaburi
2026-03-16 19:20:59 +08:00
committed by GitHub
parent cdd87de446
commit 7bd51f00e1
5 changed files with 41 additions and 225 deletions
-3
View File
@@ -38,9 +38,6 @@ const config = {
/yarn\.lock$/,
// Exclude build-time scripts from the package
/electron\/before-pack\.js/,
// kubo npm package creates symlinks that break build - exclude its bin dir
// (we download our own kubo binary in generateAssets hook)
/node_modules\/kubo\/bin/,
// Exclude .bin directories anywhere in node_modules (contain escaping symlinks)
/node_modules\/.*\/\.bin/,
/node_modules\/\.bin/,