9 lines
No EOL
255 B
Bash
9 lines
No EOL
255 B
Bash
#!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" |