We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c60be86 commit a7b712aCopy full SHA for a7b712a
.scripts/publish.sh
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
-# script to publish the crates
+# script to publish the crates
4
5
set -ev
6
-cd packages/svgbob && cargo publish && cd - && \
7
-cd packages/svgbob_cli && cargo publish && cd -
+cd crates/svgbob && cargo publish && cd - && \
+cd crates/svgbob_cli && cargo publish && cd -
0 commit comments