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"