Skip to content

Commit

Permalink
fix: typo package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
amessbee committed Aug 29, 2024
1 parent fcae7af commit 6b8ad0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"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/",
"make:help": "make list",
"start": "yarn docker copy-scripts && docker:copy-Makefile && yarn build-proposal && yarn docker:copy-bundles && yarn docker:make start-contract",
"start": "yarn docker:copy-scripts && 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",
"test": "ava --verbose",
Expand Down

0 comments on commit 6b8ad0a

Please sign in to comment.