Skip to content

Commit ec15741

Browse files
committed
chore: simplify start:contract
1 parent 8f04d1e commit ec15741

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

contract/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,9 @@
1010
"docker:bash": "docker exec agd bash",
1111
"docker:make": "docker exec agd make -C /ws-offer-up/contract",
1212
"docker:lower-bundle-cost": "yarn docker:make mint100 lower-bundle-cost",
13-
"docker:copy-bundles": "./scripts/copy-bundles.sh",
14-
"docker:copy-Makefile": "docker exec agd mkdir -p /ws-offer-up/contract; docker cp Makefile agd:/ws-offer-up/contract/",
15-
"docker:copy-scripts": "docker exec agd mkdir -p /ws-offer-up/contract; docker cp scripts agd:/ws-offer-up/contract/",
13+
"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/",
1614
"make:help": "make list",
17-
"start": "yarn docker:copy-scripts && yarn docker:copy-Makefile && yarn build-proposal && yarn docker:copy-bundles && yarn docker:make start-contract",
18-
"build-proposal": "mkdir -p bundles && yarn build >/tmp/,run.log && ./scripts/parseProposals.mjs </tmp/,run.log | jq -r '.bundles[]' | sort -u > bundles/bundle-list",
19-
"build": "agoric run scripts/build-contract-deployer.js",
15+
"start": "yarn docker:copy-contract && yarn docker:make start-contract",
2016
"test": "ava --verbose",
2117
"lint": "eslint '**/*.js'",
2218
"lint:fix": "eslint --fix '**/*.js'",

ui/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@
4343
"vitest": "^1.2.1",
4444
"zustand": "^4.4.1"
4545
},
46-
"resolutions": {
47-
"**/ses": "^1.3.0",
48-
"**/@agoric/xsnap": "0.14.3-dev-9f085d3.0"
49-
},
5046
"prettier": {
5147
"trailingComma": "all",
5248
"arrowParens": "avoid",

0 commit comments

Comments
 (0)