🔨 Añade últimos paquetes al script de publicación
This commit is contained in:
parent
c96dc918ec
commit
313b4762bc
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue