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 dfd43d8 commit fa8476eCopy full SHA for fa8476e
package/src/common/previewjs.ts
@@ -11,7 +11,7 @@ export function buildQuartoPreviewJs(
11
denoDir?: string,
12
force?: boolean,
13
) {
14
- const args = ["run", "-A", "build.ts"];
+ const args = ["run", "--no-config", "-A", "build.ts"];
15
if (force) {
16
args.push("--force");
17
}
0 commit comments