mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
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:
@@ -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/,
|
||||
|
||||
Reference in New Issue
Block a user