Skip to content

Commit

Permalink
build(run-protocol): build:eval:main, deploy:contracts npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Apr 25, 2022
1 parent 7dc988f commit bc7cd25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/run-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"scripts": {
"build": "yarn build:bundles",
"build:bundles": "node ./scripts/build-bundles.js",
"deploy:proposal": "agoric deploy ./scripts/init-core.js",
"build:eval:main": "agoric deploy ./scripts/init-core.js",
"deploy:contracts": "agoric deploy scripts/deploy-contracts.js",
"test": "ava",
"test:c8": "c8 $C8_OPTIONS ava --config=ava-nesm.config.js",
"test:xs": "exit 0",
Expand Down

0 comments on commit bc7cd25

Please sign in to comment.