From 319ac1ab1316cbd3e9e1e6ca5f5cc8b1575ff2b8 Mon Sep 17 00:00:00 2001 From: Pegasus <83475418+0xp3gasus@users.noreply.github.com> Date: Wed, 28 Aug 2024 09:54:53 +0200 Subject: [PATCH] 1251 Radix release bug fix (#1252) * Directory release config * Changeset version file --- .changeset/clean-cooks-build.md | 5 +++++ packages/xchain-radix/package.json | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 .changeset/clean-cooks-build.md 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