From 2b1a0f644cf05740d3e911aafe0ced965cec28a4 Mon Sep 17 00:00:00 2001 From: Yuki Kishimoto Date: Tue, 23 Jan 2024 11:01:03 +0100 Subject: [PATCH] Add `publish-js` command --- justfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/justfile b/justfile index c39d642..d711df9 100644 --- a/justfile +++ b/justfile @@ -16,4 +16,7 @@ check-crates-msrv: @bash contrib/scripts/check-crates.sh msrv check-docs: - @bash contrib/scripts/check-docs.sh \ No newline at end of file + @bash contrib/scripts/check-docs.sh + +publish-js: + cd webln-js && just publish \ No newline at end of file