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