Skip to content

Commit 5d41f9c

Browse files
committed
feat(typescript): publish to npm
1 parent cc9cd50 commit 5d41f9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/typescript/algod_api/release.config.cjs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/typescript/algokit_transact/release.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ const config = releaseUtils.getConfig({
55
packageName: "algokit_transact",
66
});
77

8-
config.plugins = [...config.plugins, ["@semantic-release/npm", { npmPublish: false }]];
8+
config.plugins = [...config.plugins, ["@semantic-release/npm", { npmPublish: true }]];
99

1010
module.exports = config;

0 commit comments

Comments
 (0)