Skip to content

Commit

Permalink
chore: simplify start:contract
Browse files Browse the repository at this point in the history
  • Loading branch information
amessbee committed Oct 22, 2024
1 parent 8f04d1e commit ec15741
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
8 changes: 2 additions & 6 deletions contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,9 @@
"docker:bash": "docker exec agd bash",
"docker:make": "docker exec agd make -C /ws-offer-up/contract",
"docker:lower-bundle-cost": "yarn docker:make mint100 lower-bundle-cost",
"docker:copy-bundles": "./scripts/copy-bundles.sh",
"docker:copy-Makefile": "docker exec agd mkdir -p /ws-offer-up/contract; docker cp Makefile agd:/ws-offer-up/contract/",
"docker:copy-scripts": "docker exec agd mkdir -p /ws-offer-up/contract; docker cp scripts agd:/ws-offer-up/contract/",
"docker:copy-contract": "docker exec agd mkdir -p /ws-offer-up; docker cp ../node_modules agd:/ws-offer-up/; docker cp ../contract agd:/ws-offer-up/",
"make:help": "make list",
"start": "yarn docker:copy-scripts && yarn docker:copy-Makefile && yarn build-proposal && yarn docker:copy-bundles && yarn docker:make start-contract",
"build-proposal": "mkdir -p bundles && yarn build >/tmp/,run.log && ./scripts/parseProposals.mjs </tmp/,run.log | jq -r '.bundles[]' | sort -u > bundles/bundle-list",
"build": "agoric run scripts/build-contract-deployer.js",
"start": "yarn docker:copy-contract && yarn docker:make start-contract",
"test": "ava --verbose",
"lint": "eslint '**/*.js'",
"lint:fix": "eslint --fix '**/*.js'",
Expand Down
4 changes: 0 additions & 4 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@
"vitest": "^1.2.1",
"zustand": "^4.4.1"
},
"resolutions": {
"**/ses": "^1.3.0",
"**/@agoric/xsnap": "0.14.3-dev-9f085d3.0"
},
"prettier": {
"trailingComma": "all",
"arrowParens": "avoid",
Expand Down

0 comments on commit ec15741

Please sign in to comment.