Skip to content

Commit

Permalink
Update submit_to_cran.R
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Sep 8, 2022
1 parent 6fe08e0 commit 2bd9867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/submit_to_cran.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Remove all unknown files
cli::cli_alert_info("Cleaning")
system("git clean -xdi")
system("git clean -xdi src")

pkg <- devtools::as.package(".")
built_path <- devtools:::build_cran(pkg, args = NULL)
Expand Down

0 comments on commit 2bd9867

Please sign in to comment.