frontend/generate-lexicons.sh

9 lines
255 B
Bash
Raw Permalink Normal View History

2025-05-08 15:15:21 -07:00
#!bin/bash
git submodule foreach --recursive git pull origin main
git submodule update --remote
pnpm exec lex-cli generate \
./lexicons/my/spoor/**/*.json \
-o ./src/types/lexicons.ts \
--description "Contains type declarations for spoor.my lexicons"