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 5dec624 commit 7016dbcCopy full SHA for 7016dbc
package/scripts/vendoring/vendor.sh
@@ -39,7 +39,7 @@ fi
39
pushd ${QUARTO_SRC_PATH}
40
set +e
41
for entrypoint in quarto.ts vendor_deps.ts ../tests/test-deps.ts ../package/scripts/deno_std/deno_std.ts; do
42
- $DENO_BIN_PATH install --allow-all --no-config --entrypoint $entrypoint $QUARTO_ROOT/package/scripts/deno_std/deno_std.ts --importmap=$QUARTO_SRC_PATH/import_map.json
+ $DENO_BIN_PATH install --allow-all --no-config --entrypoint $entrypoint --importmap=$QUARTO_SRC_PATH/import_map.json
43
done
44
return_code="$?"
45
set -e
0 commit comments