Skip to content

Commit

Permalink
add publish-crates to make
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Sep 30, 2023
1 parent 064cba9 commit e6b1ed4
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
Expand Up @@ -168,5 +168,13 @@ test:
make lint
RUST_BACKTRACE=full cargo test --release

publish-crates:
cargo publish -p rio-proc-macros
cargo publish -p copa
cargo publish -p teletypewriter
cargo publish -p sugarloaf
cargo publish -p rio-config
cargo publish -p rioterm

test-renderer:
cd ./sugarloaf && make test

0 comments on commit e6b1ed4

Please sign in to comment.