Skip to content

Commit c23ec0e

Browse files
committed
removed duplicate
1 parent 67a2a29 commit c23ec0e

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

examples/justfile

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -65,18 +65,6 @@ bulletin-solo-zombienet-start:
6565
echo " Waiting for chain to start (15 seconds)..."
6666
sleep 15
6767

68-
# Run smoldot example with local Kubo
69-
run-authorize-and-store-smoldot: build npm-install
70-
#!/usr/bin/env bash
71-
set -e
72-
73-
just setup-services
74-
node authorize_and_store_papi_smoldot.js
75-
EXAMPLE_EXIT=$?
76-
just teardown-services
77-
78-
exit $EXAMPLE_EXIT
79-
8068
# Check if Docker is available and running
8169
_check-docker:
8270
#!/usr/bin/env bash

0 commit comments

Comments
 (0)