add lexicon repo as submodule
This commit is contained in:
parent
e876d5846e
commit
504a63293d
4 changed files with 8 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,7 +1,7 @@
|
||||||
node_modules
|
node_modules
|
||||||
|
|
||||||
# Types
|
# Types
|
||||||
/util/lexicons
|
/util/anylists
|
||||||
/src/types
|
/src/types
|
||||||
|
|
||||||
# Output
|
# Output
|
||||||
|
|
|
||||||
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "util/anylists"]
|
||||||
|
path = util/anylists
|
||||||
|
url = ssh://forgejo@winry.woach.me:922/Julia/anylists.git
|
||||||
1
util/anylists
Submodule
1
util/anylists
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 90fa6148a5e48ee6b95ddfe74eb3818dfef71528
|
||||||
|
|
@ -1,7 +1,9 @@
|
||||||
#!bin/bash
|
#!bin/bash
|
||||||
|
|
||||||
|
git submodule update --remote
|
||||||
|
|
||||||
|
|
||||||
pnpm exec lex-cli generate \
|
pnpm exec lex-cli generate \
|
||||||
./util/lexicons/me/woach/**/*.json \
|
./util/anylists/lexicons/me/woach/**/*.json \
|
||||||
-o ./src/types/lexicons.ts \
|
-o ./src/types/lexicons.ts \
|
||||||
--description "Contains type declarations for woach.me lexicons"
|
--description "Contains type declarations for woach.me lexicons"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue