Skip to content

Commit

Permalink
fixup! build: remove http-get usage
Browse files Browse the repository at this point in the history
build: used correct command
  • Loading branch information
frazarshad committed Nov 12, 2024
1 parent add6d9c commit a311f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.ci.keplr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
curl -s ngrok:4040/api/tunnels | jq -r .tunnels[0].public_url &&
# Start development server and wait for it to be ready
VITE_RUN_ENV=agoric_chain pnpm dev & sleep 5 &&
VITE_RUN_ENV=agoric_chain pnpm start:ui & sleep 5 &&
# start json server
pnpm start:json-server & sleep 5 &&
Expand Down

0 comments on commit a311f9c

Please sign in to comment.