diff --git a/.changeset/clean-cooks-build.md b/.changeset/clean-cooks-build.md new file mode 100644 index 000000000..c0db84c19 --- /dev/null +++ b/.changeset/clean-cooks-build.md @@ -0,0 +1,5 @@ +--- +'@xchainjs/xchain-radix': patch +--- + +Release bug fix diff --git a/packages/xchain-radix/package.json b/packages/xchain-radix/package.json index 558ce51d6..394dbe5e1 100644 --- a/packages/xchain-radix/package.json +++ b/packages/xchain-radix/package.json @@ -34,7 +34,8 @@ "fund": "ts-node src/utils.ts" }, "publishConfig": { - "access": "public" + "access": "public", + "directory": "release/package" }, "dependencies": { "@radixdlt/babylon-gateway-api-sdk": "^1.4.1", @@ -47,4 +48,4 @@ "bip39": "^3.1.0", "ed25519-hd-key": "^1.3.0" } -} +} \ No newline at end of file