Skip to content

Commit

Permalink
fix(package.json): Cleanup publish task
Browse files Browse the repository at this point in the history
  • Loading branch information
thaddeusdiamond committed Sep 6, 2024
1 parent 2eee8ab commit f015a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"tasks": {
"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",
"publish": "deno task build && deno task test && npm publish 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

0 comments on commit f015a91

Please sign in to comment.