Skip to content

Commit

Permalink
package: Add README.md to package
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-wolf committed Jul 6, 2023
1 parent 6ff5cd4 commit b2ce11b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ demo_dir := "./demo"
test_dir := "./tests"

package target:
./scripts/package "$target"
./scripts/package "{{target}}"

install:
./scripts/package "@local"
Expand Down
3 changes: 2 additions & 1 deletion scripts/package
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ files=(
collisions.typ
coordinate.typ
styles.typ
LICENSE
typst.toml
LICENSE
README.md
)

# Local package directories per platform
Expand Down

0 comments on commit b2ce11b

Please sign in to comment.