summaryrefslogtreecommitdiffstats
path: root/.scripts/publish.sh
blob: ac7da418174126328e15fbf3a299f1db91bcde2e (plain)
1
2
3
4
5
6
7
#!/bin/sh

# script to publish the crates 

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