We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c553047 commit 3625e76Copy full SHA for 3625e76
configure.sh
@@ -82,10 +82,8 @@ pushd "$QUARTO_PACKAGE_PATH/src/"
82
# Run the configure command to bootstrap installation
83
./quarto-bld configure --log-level info
84
85
-popd
86
-
87
# download typescript dependencies
88
-./package/scripts/vendoring/vendor.sh
+../scripts/vendoring/vendor.sh
89
90
# Run the quarto command with 'reload', which will force the import_map dependencies
91
# to be reloaded
0 commit comments