Skip to content

Commit

Permalink
chore: formatting everything
Browse files Browse the repository at this point in the history
  • Loading branch information
amessbee committed Jan 24, 2025
1 parent db20b3d commit 366ee32
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _agstate/agoric-servers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
"dependencies": {
"@agoric/cosmic-swingset": "^0.41.3"
}
}
}
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"$note": "@agoric/create-dapp@0.1.0 expects an api/package.json",
"name": "dapp-agoric-orca-api",
"version": "0.1.0"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"start:docker": "echo 'Please follow the instructions in the README file at https://github.com/Agoric/agoric-sdk/tree/master/multichain-testing to start a multichain environment needed for this DApp to run.' && exit 1",
"docker:logs": "kubectl logs agoriclocal-genesis-0 -c validator -f",
"docker:bash": "kubectl exec -it agoriclocal-genesis-0 -c validator -- /bin/bash",
"format": "yarn prettier --write .github contract ui",
"lint:format": "yarn prettier --check .github contract ui",
"format": "yarn prettier --write .",
"lint:format": "yarn prettier --check .",
"lint": "yarn lint:format && yarn workspaces foreach --all run lint",
"test": "yarn workspaces foreach --all run test",
"integration-test": "cd contract && yarn ava ./test/orca-multichain.test.js",
Expand Down

0 comments on commit 366ee32

Please sign in to comment.