add lexicons:sync script

This commit is contained in:
Samuel Newman
2025-04-30 21:15:31 +03:00
parent 077fd843f0
commit 727a696970
2 changed files with 83 additions and 1 deletions
+4 -1
View File
@@ -55,7 +55,8 @@
"make-deploy-bundle": "bash scripts/bundleUpdate.sh",
"generate-webpack-stats-file": "EXPO_PUBLIC_GENERATE_STATS=1 yarn build-web",
"open-analyzer": "EXPO_PUBLIC_OPEN_ANALYZER=1 yarn build-web",
"icons:optimize": "svgo -f ./assets/icons"
"icons:optimize": "svgo -f ./assets/icons",
"lexicons:sync": "rm -rf lexicons && degit bluesky-social/atproto/lexicons#main lexicons",
},
"dependencies": {
"@atproto/api": "^0.15.3",
@@ -210,6 +211,7 @@
},
"devDependencies": {
"@atproto/dev-env": "^0.3.87",
"@atproto/lex-cli": "^0.8.0",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/runtime": "^7.26.0",
@@ -239,6 +241,7 @@
"babel-plugin-module-resolver": "^5.0.2",
"babel-plugin-react-compiler": "19.0.0-beta-a7bf2bd-20241110",
"babel-preset-expo": "^12.0.2",
"degit": "^2.8.4",
"eslint": "^8.19.0",
"eslint-plugin-bsky-internal": "link:./eslint",
"eslint-plugin-ft-flow": "^2.0.3",