a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky
atproto bluesky typescript npm
101
fork

Configure Feed

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

chore(cbor): modify build script

Mary 50e6a0ef 8d0b4167

+1 -1
+1 -1
packages/utilities/cbor/package.json
··· 25 25 }, 26 26 "sideEffects": false, 27 27 "scripts": { 28 - "build": "rm -rf dist; tsc --project tsconfig.build.json", 28 + "build": "tsc --project tsconfig.build.json", 29 29 "test": "bun test --coverage", 30 30 "prepublish": "rm -rf dist; pnpm run build" 31 31 },