Skip to content

Commit

Permalink
build(makefile): add publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Jul 5, 2023
1 parent 65a6c33 commit b89eb54
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
doc:
cargo doc && firefox ./target/doc/jrest/index.html

publish:
cd ./jrest_hooks && cargo publish
cd ./jrest && cargo publish
cd ./cargo-jrest && cargo publish

test:
cargo test --no-fail-fast
test-cover:
Expand Down

0 comments on commit b89eb54

Please sign in to comment.