Skip to content

Commit f80d3b9

Browse files
committed
Build script fix to include package.json
1 parent 0c82454 commit f80d3b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PLUGIN_NAME="${1:-logseq-blocknav}"
44
LSAPI_VERSION="${2:-0.0.6}"
55
mkdir "$PLUGIN_NAME"
66
cd "$PLUGIN_NAME"
7-
cp ../{README.md,LICENSE,index.js} .
7+
cp ../{README.md,LICENSE,package.json,index.js} .
88
sed 's@https://cdn[^"]*@./logseq-api.js@' ../index.html > ./index.html
99
curl -fSs \
1010
"https://cdn.jsdelivr.net/npm/@logseq/libs@${LSAPI_VERSION}" \

0 commit comments

Comments
 (0)