Skip to content

Commit

Permalink
fix: scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanceras committed Nov 29, 2024
1 parent c60be86 commit a7b712a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .scripts/publish.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

# script to publish the crates
# script to publish the crates

set -ev
cd packages/svgbob && cargo publish && cd - && \
cd packages/svgbob_cli && cargo publish && cd -
cd crates/svgbob && cargo publish && cd - && \
cd crates/svgbob_cli && cargo publish && cd -

0 comments on commit a7b712a

Please sign in to comment.