Skip to content

Commit a7b712a

Browse files
committed
fix: scripts
1 parent c60be86 commit a7b712a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.scripts/publish.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

3-
# script to publish the crates
3+
# script to publish the crates
44

55
set -ev
6-
cd packages/svgbob && cargo publish && cd - && \
7-
cd packages/svgbob_cli && cargo publish && cd -
6+
cd crates/svgbob && cargo publish && cd - && \
7+
cd crates/svgbob_cli && cargo publish && cd -

0 commit comments

Comments
 (0)