Skip to content

Commit 67ef58c

Browse files
committed
contrib: add nostr-blossom to check-crates.sh script
Signed-off-by: Yuki Kishimoto <[email protected]>
1 parent bacba71 commit 67ef58c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/scripts/check-crates.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ buildargs=(
3838
"-p nostr --no-default-features --features alloc,all-nips" # alloc + all-nips
3939
"-p nostr --all-features" # All features
4040
"-p nip07 --target wasm32-unknown-unknown"
41+
"-p nostr-blossom"
42+
"-p nostr-http-file-storage"
4143
"-p nostr-database"
4244
"-p nostr-lmdb"
4345
"-p nostr-mls-storage"
@@ -56,7 +58,6 @@ buildargs=(
5658
"-p nostr-sdk --features all-nips" # Only NIPs features
5759
"-p nostr-sdk --features tor" # Embedded tor client
5860
"-p nostr-sdk --all-features" # All features
59-
"-p nostr-http-file-storage"
6061
"-p nostr-cli"
6162
)
6263

0 commit comments

Comments
 (0)