From 47896e0401d828d20a62868f6990eb67546067ba Mon Sep 17 00:00:00 2001 From: Niklas Date: Tue, 21 Dec 2021 15:59:56 +0100 Subject: [PATCH] fix: update publish script --- .scripts/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/publish.sh b/.scripts/publish.sh index ab8537354e..87dcdad981 100755 --- a/.scripts/publish.sh +++ b/.scripts/publish.sh @@ -5,7 +5,7 @@ set -eu -ORDER=(types proc-macros utils http-client http-server ws-client ws-server jsonrpsee) +ORDER=(types proc-macros core client/http-client http-server client/ws-client client/transport ws-server jsonrpsee) function read_toml () { NAME=""