mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-06 07:26:43 -04:00
Fixed publish crates script
This commit is contained in:
@@ -23,7 +23,7 @@ if [ $DRY_RUN != 1 ] ; then
|
||||
fi
|
||||
|
||||
BASEDIR=$(pwd)
|
||||
declare -a CRATES=("bindings-macro" "bindings-sys" "sats" "lib" "bindings" "vm" "core" "client-api" "standalone" "cli" "client-api-messages" "sdk")
|
||||
declare -a CRATES=("bindings-macro" "bindings-sys" "sats" "lib" "bindings" "vm" "client-api-messages" "core" "client-api" "standalone" "cli" "sdk")
|
||||
|
||||
for crate in "${CRATES[@]}" ; do
|
||||
if [ ! -d "${BASEDIR}/crates/${crate}" ] ; then
|
||||
|
||||
Reference in New Issue
Block a user