Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
wcgcyx committed Nov 21, 2023
1 parent d31a9f3 commit 7c63356
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"local:start": "cd scripts/localdev; ./start.sh",
"local:setup": "cd scripts/localdev; ./deploy.sh",
"local:test": "cd scripts/localdev; npx mocha --require mocha-suppress-logs ../e2e/",
"local:ci": "cd scripts/localdev; ./ci.sh && exit",
"local:ci": "cd scripts/localdev; (./start.sh &); ./ci.sh",
"local:chainonly": "cd scripts/localdev; LOCAL_CHAIN_ONLY=true ./start.sh",
"local:axelaronly": "cd scripts/localdev; node axelar_setup.js",
"stop": "cd scripts/localdev; ./stop.sh"
Expand Down
3 changes: 0 additions & 3 deletions scripts/localdev/ci.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#!/bin/bash
set -x

./start.sh &
sleep 10

# Try at most 300 seconds
counter=1
while [ $counter -le 300 ]
Expand Down

0 comments on commit 7c63356

Please sign in to comment.