add lexicons:sync script
This commit is contained in:
+4
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user