frontend/util/generate-lexicons.sh
2025-03-28 16:06:50 -07:00

9 lines
No EOL
215 B
Bash

#!bin/bash
git submodule update --remote
pnpm exec lex-cli generate \
./util/anylists/lexicons/me/woach/**/*.json \
-o ./src/types/lexicons.ts \
--description "Contains type declarations for woach.me lexicons"