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