Skip to content

Commit

Permalink
feat(v2.9): remove & from test start
Browse files Browse the repository at this point in the history
  • Loading branch information
emidev98 committed Dec 5, 2023
1 parent efe3fd8 commit 58e7536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test:relayer": "bash src/setup/relayer/init-relayer.sh",
"test:chain:upgrade" : "bash src/setup/chain-upgrade/chain-upgrade.sh",
"test:start" : "jest --runInBand --detectOpenHandles",
"start": "npm run test:init && npm run test:relayer && npm run test:start &",
"start": "npm run test:init && npm run test:relayer && npm run test:start",
"test:clean": "rm -rf src/test-data chain-upgrade-data && pkill terrad && pkill terrad && pkill relayer"
},
"repository": {
Expand Down

0 comments on commit 58e7536

Please sign in to comment.