[TS] Copy README.md instead of symlinking, so npm publish accepts it
[ldk-java] / genbindings.sh
index 7fc10bc9924ecfb0cc68d47208d0c4f3c2fa2929..0c2a8982a1fe43a5205388d1f23e6b41fea79bb5 100755 (executable)
@@ -222,6 +222,7 @@ else
                rm imports.mts.part
                tsc --types node --typeRoots .
                cp ../$WASM_FILE liblightningjs.wasm
+               cp ../README.md README.md
                echo Ready to publish!
                if [ -x "$(which node)" ]; then
                        NODE_V="$(node --version)"