Skip to content

Commit ef690dd

Browse files
cpsievertjcheng5
authored andcommitted
ensure auto_run() calls rmarkdown::run()
1 parent 61a4b36 commit ef690dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_apps.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ run_next <- function() {
9090
run_app <- function(app, port, launch_browser, display_mode = "auto") {
9191
message("Running ", app)
9292

93-
if (grepl("026", app)) {
93+
if (grepl("026", app) || grepl("169", app)) {
9494
rmarkdown::run(
9595
file.path(app, "index.Rmd"),
9696
shiny_args = list(

0 commit comments

Comments
 (0)