Skip to content

Commit

Permalink
dev: update publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Aug 25, 2024
1 parent 86c175b commit c43b902
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions crates/reflexo-typst/src/exporter/text.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ impl FullTextDigest {
}

fn export_item(f: &mut fmt::Formatter<'_>, item: &typst::layout::FrameItem) -> fmt::Result {
#[cfg(not(feature = "no-content-hint"))]
use std::fmt::Write;
use typst::introspection::Meta::*;
use typst::layout::FrameItem::*;
Expand Down
4 changes: 2 additions & 2 deletions scripts/publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
subprocess.run([*pub, "reflexo"])
subprocess.run([*pub, "reflexo-vfs"])
subprocess.run([*pub, "reflexo-world"])
subprocess.run([*pub, "reflexo-typst2vec"])
subprocess.run([*pub, "reflexo-typst2vec", *feats])
subprocess.run([*pub, "reflexo-vec2bbox"])
subprocess.run([*pub, "reflexo-vec2canvas"])
subprocess.run([*pub, "reflexo-vec2dom"])
subprocess.run([*pub, "reflexo-vec2sema"])
subprocess.run([*pub, "reflexo-vec2svg", *feats])
subprocess.run([*pub, "reflexo-vec2dom", *feats])
subprocess.run([*pub, "reflexo-typst", *feats])

0 comments on commit c43b902

Please sign in to comment.