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(lexicons): run test with coverage

Mary ce13690f 8a374739

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