9 lines
No EOL
215 B
Bash
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" |