Skip to content

Commit d5a7fba

Browse files
smith558vimtor
andauthored
Add README for NPM (#5999)
* Add README * Replace sdk/js/README.md with symlink to root * Copy root README at publish time instead of symlink --------- Co-authored-by: vimtor <[email protected]>
1 parent e07b4dd commit d5a7fba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/js/scripts/release.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ try {
6767
}
6868
console.log(nextPkg);
6969
await Bun.write("package.json", JSON.stringify(nextPkg, null, 2));
70+
await fs.cp("../../README.md", "README.md");
7071
await $`npm publish --access public --tag ${tag}`;
7172
if (!snapshot)
7273
await $`npm dist-tag add ${nextPkg.name}@${nextPkg.version} ion`;

0 commit comments

Comments
 (0)