Skip to content

Commit

Permalink
dev: update convenient git props for projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Nov 1, 2023
1 parent d4f6e95 commit 125b476
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@
url = https://github.com/Enter-tainer/typst-preview.git
branch = main
fetchRecurseSubmodules = false
update=none
ignore=all
[submodule "projects/typst-book"]
path = projects/typst-book
url = https://github.com/Myriad-Dreamin/typst-book.git
branch = main
fetchRecurseSubmodules = false
update=none
ignore=all
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
"prepublish-packages": "turbo run prepublish",
"publish:dry": "turbo run prepublish publish:dry",
"publish:lib": "turbo run prepublish publish:lib",
"// clone-proj example": "yarn run clone-proj projects/typst-book",
"clone-proj": "git submodule update --init --checkout assets/fonts",
"md": "yarn run md0 && yarn run md1 && yarn run md2 && yarn run md3",
"md0": "cargo run --bin typst-ts-cli -- compile --workspace . --entry ./github-pages/docs/ir-features.typ --format=svg",
"md1": "cargo run --bin typst-ts-cli -- compile --workspace . --entry ./github-pages/docs/ir-features.dark.typ --format=svg",
Expand Down

0 comments on commit 125b476

Please sign in to comment.