add new submodule, update script
This commit is contained in:
parent
af002cd902
commit
c7389bc8c8
6 changed files with 14 additions and 11 deletions
9
generate-lexicons.sh
Normal file
9
generate-lexicons.sh
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#!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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue