From bd25353fa13ab25593066f82c3b4528b121dfa5d Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Mon, 29 Jul 2024 09:50:18 +0200 Subject: [PATCH] chore(repo): Switch preview to article --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eda0a62..64fc994 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ typeCheckingMode="basic" poetry_command = "" [tool.poe.tasks.preview] help = "Preview the main review in the browser" -cmd = "quarto preview scoping_review.qmd --to=html" +cmd = "quarto preview manuscript/article.qmd --to=html" [tool.poe.tasks.render] help = "Render all project files" cmd = "quarto render"