We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b990c15 commit 4a65845Copy full SHA for 4a65845
docs/copy-extension.sh
@@ -6,5 +6,6 @@
6
if [ "$QUARTO_PROJECT_RENDER_ALL" = 1 ]; then
7
mkdir -p _extensions/
8
cp -Rf ../_extensions/sverto _extensions/
9
+ cp ../package.json package.json
10
echo "> Sverto extension retrieved"
11
fi
0 commit comments