Skip to content

Commit

Permalink
Pack and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
infrmtcs committed Jul 2, 2024
1 parent 2049e45 commit 5223a1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"build": "deno run --allow-env --allow-write --allow-read --allow-net --allow-run build.ts",
"build:core": "cd src/core/libs/cardano_multiplatform_lib && deno run -A https://raw.githubusercontent.com/spacebudz/wasmbuild/a0fec73985b0f0a9120b5077e292963d513795d4/main.ts --out ./; cd ../cardano_message_signing && deno run -A https://raw.githubusercontent.com/spacebudz/wasmbuild/a0fec73985b0f0a9120b5077e292963d513795d4/main.ts --out ./",
"publish": "deno task build && deno task test && npm publish dist",
"pack": "deno task build && deno task test && npm pack ./dist",
"test": "deno test --allow-env --allow-read --allow-net tests",
"test:core": "cd src/core/libs/cardano_multiplatform_lib && cargo test; cd ../cardano_message_signing && cargo test"
},
Expand Down
Binary file added lucid-cardano-0.10.7.tgz
Binary file not shown.

0 comments on commit 5223a1e

Please sign in to comment.