Skip to content

Commit 4a65845

Browse files
committed
Add package.json to docs site copier
1 parent b990c15 commit 4a65845

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/copy-extension.sh

+1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
if [ "$QUARTO_PROJECT_RENDER_ALL" = 1 ]; then
77
mkdir -p _extensions/
88
cp -Rf ../_extensions/sverto _extensions/
9+
cp ../package.json package.json
910
echo "> Sverto extension retrieved"
1011
fi

0 commit comments

Comments
 (0)