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 a335ba5 commit be2de74Copy full SHA for be2de74
src/command/render/project.ts
@@ -328,6 +328,8 @@ export async function renderProject(
328
...(projectRenderConfig.behavior.renderAll
329
? { QUARTO_PROJECT_RENDER_ALL: "1" }
330
: {}),
331
+ "QUARTO_PROJECT_SCRIPT_PROGRESS":
332
+ progress && !projectRenderConfig.options.flags?.quiet ? "1" : "0",
333
};
334
335
// run pre-render step if we are rendering all files
0 commit comments