change postinall to use lex:ci

This commit is contained in:
Samuel Newman
2026-05-13 17:52:41 +03:00
parent 7e1e0c202f
commit e0aa8b6de3
+1 -1
View File
@@ -16,7 +16,7 @@
"lex:update": "lex install --update",
"lex:ci": "lex install --ci",
"lex:build": "lex build --lexicons ./lexicons --out ./src/lexicons --clear",
"postinstall": "pnpm lex:install && pnpm lex:build"
"postinstall": "pnpm lex:ci && pnpm lex:build"
},
"dependencies": {
"@atproto/lex": "^0.3.0",