frontend/util/generate-lexicons.sh

9 lines
215 B
Bash
Raw Normal View History

#!bin/bash
2025-03-28 16:06:50 -07:00
git submodule update --remote
pnpm exec lex-cli generate \
2025-03-28 16:06:50 -07:00
./util/anylists/lexicons/me/woach/**/*.json \
-o ./src/types/lexicons.ts \
--description "Contains type declarations for woach.me lexicons"