From 313b4762bc956633dd55a33d000ad9ec838829bf Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Mon, 6 Jan 2025 03:59:53 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20A=C3=B1ade=20=C3=BAltimos=20paqu?= =?UTF-8?q?etes=20al=20script=20de=20publicaci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/publish.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/publish.sh b/tools/publish.sh index 9951a27f..f0e5d886 100755 --- a/tools/publish.sh +++ b/tools/publish.sh @@ -75,12 +75,14 @@ function publish_crate() { # Si el 'crate' A depende del 'crate' B, entonces B debe aparecer antes que A en estas listas HELPERS=( - pagetop-macros pagetop-build + pagetop-macros ) PACKAGES=( pagetop-seaorm + pagetop-mdbook pagetop-hljs + pagetop-bootsier ) # Publica los 'crates' auxiliares