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 e1fbafb commit bbe4309Copy full SHA for bbe4309
configure.sh
@@ -64,6 +64,7 @@ if [[ "${QUARTO_VENDOR_BINARIES}" = "true" ]]; then
64
fi
65
66
# write deno version file for later use
67
+ mkdir -p $QUARTO_BIN_PATH/../config
68
echo $DENO > $QUARTO_BIN_PATH/../config/deno-version
69
70
export DENO_BIN_PATH=$QUARTO_BIN_PATH/tools/$DENO_DIR/deno
0 commit comments