Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
Signed-off-by: lovesh <[email protected]>
  • Loading branch information
lovesh committed May 13, 2024
1 parent c01f5c7 commit ffcf8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"txn-pricing": "npx babel-node scripts/txn-pricing.js",
"claim-deduction-example": "npx babel-node example/claim-deduction.js",
"anchor-example": "npx babel-node example/anchor.js",
"test-examples": "yarn dock-did-example && yarn did-resolver-example && yarn revocation-example && yarn vcdm-example && yarn standard-schemas-example && yarn schema-example && yarn schema-validation-example && yarn blob-example && yarn claim-deduction-example && yarn anchor-example && yarn bbs-dock-example && open-badges-example",
"test-examples": "yarn dock-did-example && yarn did-resolver-example && yarn revocation-example && yarn vcdm-example && yarn standard-schemas-example && yarn schema-example && yarn schema-validation-example && yarn blob-example && yarn claim-deduction-example && yarn anchor-example && yarn bbs-dock-example && yarn open-badges-example",
"get-did": "npx babel-node scripts/get_did_doc.js",
"upgrade_with_sudo": "npx babel-node scripts/runtime_upgrade_with_sudo.js",
"onboard_with_sudo": "npx babel-node scripts/onboard_validator_with_sudo.js",
Expand Down

0 comments on commit ffcf8bd

Please sign in to comment.