Skip to content

Commit

Permalink
Update Make commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurshsmith committed Apr 20, 2024
1 parent 1bd3f90 commit e96f43b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,11 @@ doc:
publish:
cargo publish -p chaindexing

publish.dry:
make publish -- --dry-run

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

publish.dirty.dry:
make publish.dirty -- --dry-run

0 comments on commit e96f43b

Please sign in to comment.