Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
amessbee committed Nov 22, 2024
1 parent 6dbc2d3 commit 3b12483
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"description": "Agoric Orchestration Contract",
"type": "module",
"scripts": {
"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": "prettier --write .",
"start": "make e2e",
"test": "ava",
"build": "yarn build:deployer",
"build:deployer": "rollup -c rollup.config.mjs",
Expand Down
5 changes: 5 additions & 0 deletions contract/src/platform-goals/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Platform Goals

Work on this dapp shows some ways that the platform could be improved.

The code in this directory shows some possible platform refinements.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
},
"scripts": {
"start:ui": "cd ui && yarn dev",
"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",
"lint": "yarn lint:format && yarn workspaces foreach --all run lint",
Expand Down

0 comments on commit 3b12483

Please sign in to comment.