Skip to content

Commit

Permalink
Improve publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurshsmith committed Dec 23, 2023
1 parent d1b9ae0 commit 69754df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@ tests.with_backtrace:
doc:
cargo doc --open

publish:
cargo publish -p chaindexing

publish.dirty:
cargo publish -p chaindexing --allow-dirty
make publish --allow-dirty

0 comments on commit 69754df

Please sign in to comment.