From 3ff98420576b387b27cf93cdba284aeb22f38405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20D=C3=B6nszelmann?= Date: Thu, 6 Jun 2024 10:07:55 +0200 Subject: [PATCH] add publish script to justfile --- Justfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Justfile b/Justfile index 9c614ca..e3a7f88 100644 --- a/Justfile +++ b/Justfile @@ -1,2 +1,8 @@ watch-docs: cargo +nightly watch -s 'cargo +nightly docs-rs -p scopegraphs && browser-sync start --ss target/x86_64-unknown-linux-gnu/doc -s target/x86_64-unknown-linux-gnu/doc --directory --no-open' + +publish: + cargo publish -p scopegraphs-render-docs + cargo publish -p scopegraphs-regular-expressions + cargo publish -p scopegraphs-macros + cargo publish -p scopegraphs