Skip to content

Commit

Permalink
chore: update publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Oct 19, 2024
1 parent 4b88a24 commit a744928
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

pub = ["cargo", "publish", *sys.argv[1:], "-p"]
feats = ["--features", "no-content-hint"]
subprocess.run([*pub, "reflexo-typst-shim"])
subprocess.run([*pub, "reflexo"])
subprocess.run([*pub, "reflexo-vfs"])
subprocess.run([*pub, "reflexo-world"])
Expand Down

0 comments on commit a744928

Please sign in to comment.