Bluesky app fork with some witchin' additions 💫 witchsky.app
bluesky fork client
117
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: Remove postinstall-postinstall

`postinstall-postinstall` is unnecessary for anything in this project, I'm unsure why it's even in `bluesky-social/social-app`. The switch to `pnpm` means this package will never do anything, as its setup process only ever uses `npm` or `yarn`. Furthermore, if `yarnpkg` is in path, it will fail to install modules as it attempts to run the package manager `yarn@pnpm@<version>`, which doesn't work.

This package is hardcoded to work in very specific environments that can be easily identified by looking at its [source code](https://github.com/ds300/postinstall-postinstall/blob/master/run.js), making it worse than useless for this project.

Tangled e9a77899 24dc6b99

-9
-1
package.json
··· 214 214 "normalize-url": "^8.1.1", 215 215 "pako": "^2.1.0", 216 216 "patch-package": "^8.0.1", 217 - "postinstall-postinstall": "^2.1.0", 218 217 "psl": "^1.15.0", 219 218 "radix-ui": "^1.4.3", 220 219 "react": "19.1.0",
-8
pnpm-lock.yaml
··· 489 489 patch-package: 490 490 specifier: ^8.0.1 491 491 version: 8.0.1 492 - postinstall-postinstall: 493 - specifier: ^2.1.0 494 - version: 2.1.0 495 492 psl: 496 493 specifier: ^1.15.0 497 494 version: 1.15.0 ··· 10262 10259 postgres-interval@1.2.0: 10263 10260 resolution: {integrity: sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==} 10264 10261 engines: {node: '>=0.10.0'} 10265 - 10266 - postinstall-postinstall@2.1.0: 10267 - resolution: {integrity: sha512-7hQX6ZlZXIoRiWNrbMQaLzUUfH+sSx39u8EJ9HYuDc1kLo9IXKWjM5RSquZN1ad5GnH8CGFM78fsAAQi3OKEEQ==} 10268 10262 10269 10263 preact@10.29.1: 10270 10264 resolution: {integrity: sha512-gQCLc/vWroE8lIpleXtdJhTFDogTdZG9AjMUpVkDf2iTCNwYNWA+u16dL41TqUDJO4gm2IgrcMv3uTpjd4Pwmg==} ··· 24345 24339 postgres-interval@1.2.0: 24346 24340 dependencies: 24347 24341 xtend: 4.0.2 24348 - 24349 - postinstall-postinstall@2.1.0: {} 24350 24342 24351 24343 preact@10.29.1: {} 24352 24344