Skip to content

Commit

Permalink
add publish script to justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jdonszelmann committed Jun 6, 2024
1 parent 1071200 commit 3ff9842
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Justfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
watch-docs:
cargo +nightly watch -s 'cargo +nightly docs-rs -p scopegraphs && browser-sync start --ss target/x86_64-unknown-linux-gnu/doc -s target/x86_64-unknown-linux-gnu/doc --directory --no-open'

publish:
cargo publish -p scopegraphs-render-docs
cargo publish -p scopegraphs-regular-expressions
cargo publish -p scopegraphs-macros
cargo publish -p scopegraphs

0 comments on commit 3ff9842

Please sign in to comment.