Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Remove unnecessary yarn call (#3380)

authored by

dan and committed by
GitHub
8de27160 67fca733

+1 -1
+1 -1
package.json
··· 26 26 "test-watch": "NODE_ENV=test jest --watchAll", 27 27 "test-ci": "NODE_ENV=test jest --ci --forceExit --reporters=default --reporters=jest-junit", 28 28 "test-coverage": "NODE_ENV=test jest --coverage", 29 - "lint": "yarn eslint --cache --ext .js,.jsx,.ts,.tsx src", 29 + "lint": "eslint --cache --ext .js,.jsx,.ts,.tsx src", 30 30 "typecheck": "tsc --project ./tsconfig.check.json", 31 31 "e2e:mock-server": "./jest/dev-infra/with-test-redis-and-db.sh ts-node --project tsconfig.e2e.json __e2e__/mock-server.ts", 32 32 "e2e:metro": "NODE_ENV=test RN_SRC_EXT=e2e.ts,e2e.tsx expo run:ios",