mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-09 15:08:04 -05:00
Move ./srcts configs to top level to support types installation from GitHub (#3425)
This commit is contained in:
@@ -24,7 +24,7 @@ writeLines(
|
||||
|
||||
# Update TypeScript installation
|
||||
withr::with_dir(
|
||||
rprojroot::find_package_root_file("srcts"),
|
||||
rprojroot::find_package_root_file(),
|
||||
{
|
||||
exit_code <- system(paste0("yarn add --dev strftime@", version))
|
||||
if (exit_code != 0) stop("yarn could not install strftime")
|
||||
|
||||
Reference in New Issue
Block a user