Skip to content

Commit

Permalink
repo: Use cetz common repo
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-wolf committed May 26, 2024
1 parent 4de83e8 commit 5ca495a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 113 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "common"]
path = common
url = https://github.com/cetz-package/common.git
1 change: 1 addition & 0 deletions common
Submodule common added at 17b944
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
gallery_dir := "./gallery"

package target *options:
./scripts/package "{{target}}" {{options}}
./common/scripts/package "{{target}}" {{options}}

install target="@local":
./scripts/package "{{target}}"
./common/scripts/package "{{target}}"

test *filter:
typst-test run {{filter}}
Expand Down
91 changes: 0 additions & 91 deletions scripts/package

This file was deleted.

20 changes: 0 additions & 20 deletions scripts/relpaths

This file was deleted.

0 comments on commit 5ca495a

Please sign in to comment.