Skip to content

Commit

Permalink
build: script for publishing crates
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen committed Dec 23, 2023
1 parent dc227e9 commit 83d8340
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
publish-crates:
cargo check
cargo test
cargo build --release
cargo publish -p hitt-formatter
cargo publish -p hitt-parser
cargo publish -p hitt-request
cargo publish -p hitt

0 comments on commit 83d8340

Please sign in to comment.