We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c82454 commit f80d3b9Copy full SHA for f80d3b9
build.sh
@@ -4,7 +4,7 @@ PLUGIN_NAME="${1:-logseq-blocknav}"
4
LSAPI_VERSION="${2:-0.0.6}"
5
mkdir "$PLUGIN_NAME"
6
cd "$PLUGIN_NAME"
7
-cp ../{README.md,LICENSE,index.js} .
+cp ../{README.md,LICENSE,package.json,index.js} .
8
sed 's@https://cdn[^"]*@./logseq-api.js@' ../index.html > ./index.html
9
curl -fSs \
10
"https://cdn.jsdelivr.net/npm/@logseq/libs@${LSAPI_VERSION}" \
0 commit comments