Skip to content

Commit 9cdc752

Browse files
committed
[TS] Copy README.md instead of symlinking, so npm publish accepts it
1 parent 9a4ba2a commit 9cdc752

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

genbindings.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ else
222222
rm imports.mts.part
223223
tsc --types node --typeRoots .
224224
cp ../$WASM_FILE liblightningjs.wasm
225+
cp ../README.md README.md
225226
echo Ready to publish!
226227
if [ -x "$(which node)" ]; then
227228
NODE_V="$(node --version)"

ts/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
*.mjs.map
33
*.d.mts
44
version.mts
5+
README.md

ts/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)