Skip to content

Commit 9005314

Browse files
committed
feat: add get_flu/covid_prod_errors
1 parent 5870ad8 commit 9005314

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

+6
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,9 @@ update_site:
9595

9696
netlify:
9797
netlify deploy --dir=reports --prod
98+
99+
get_flu_prod_errors:
100+
Rscript -e "suppressPackageStartupMessages(source(here::here('R', 'load_all.R'))); get_targets_errors(project = 'flu_hosp_prod')"
101+
102+
get_covid_prod_errors:
103+
Rscript -e "suppressPackageStartupMessages(source(here::here('R', 'load_all.R'))); get_targets_errors(project = 'covid_hosp_prod')"

0 commit comments

Comments
 (0)