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 7c63356 commit 38b8ce3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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; (./start.sh &); ./ci.sh",
"local:ci": "cd scripts/localdev; (./start.sh &); ./ci.sh; ./stop.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: 1 addition & 2 deletions scripts/localdev/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ do
done

./deploy.sh
npx mocha --require mocha-suppress-logs ../e2e/
./stop.sh
npx mocha --require mocha-suppress-logs ../e2e/

0 comments on commit 38b8ce3

Please sign in to comment.