From 69754dfedec55f73954b70b474f8fa528169693a Mon Sep 17 00:00:00 2001 From: Joshua Oladele Date: Sat, 23 Dec 2023 08:19:26 +0100 Subject: [PATCH] Improve publish script --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dfcb662..d7f4f1d 100644 --- a/Makefile +++ b/Makefile @@ -22,5 +22,8 @@ tests.with_backtrace: doc: cargo doc --open +publish: + cargo publish -p chaindexing + publish.dirty: - cargo publish -p chaindexing --allow-dirty \ No newline at end of file + make publish --allow-dirty \ No newline at end of file