add lex client seam, types/bsky schema helpers, pilot trending migration

This commit is contained in:
Samuel Newman
2026-07-15 19:38:25 +03:00
parent 15e232749a
commit 105e68c12c
7 changed files with 490 additions and 8 deletions
+1 -1
View File
@@ -62,7 +62,7 @@
"lint": "oxlint --quiet src modules",
"lint-native": "swiftlint ./modules && ktlint ./modules",
"lint-native:fix": "swiftlint --fix ./modules && ktlint --format ./modules",
"lexicons:generate": "lex build --clear --index-file",
"lexicons:generate": "lex build --clear --index-file --import-ext ''",
"lexicons:update": "lex install --update",
"typecheck": "pnpm run typecheck:ios && pnpm run typecheck:android && pnpm run typecheck:web",
"typecheck:ios": "tsc --project ./tsconfig.check.ios.json",