Skip to content

Commit fa8476e

Browse files
committed
do not load configuration files when triggering quarto-preview build
1 parent dfd43d8 commit fa8476e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/src/common/previewjs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export function buildQuartoPreviewJs(
1111
denoDir?: string,
1212
force?: boolean,
1313
) {
14-
const args = ["run", "-A", "build.ts"];
14+
const args = ["run", "--no-config", "-A", "build.ts"];
1515
if (force) {
1616
args.push("--force");
1717
}

0 commit comments

Comments
 (0)