Skip to content

Commit e6e2c03

Browse files
committed
update make, include exclusions csv
1 parent b73ebaf commit e6e2c03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ test:
1111
run:
1212
Rscript scripts/run.R
1313

14-
prod-covid-logged:
14+
prod-covid-log:
1515
export TAR_RUN_PROJECT=covid_hosp_prod; Rscript scripts/run.R >> cache/logs/prod_covid 2>&1
1616

1717
prod-covid:
1818
export TAR_RUN_PROJECT=covid_hosp_prod; Rscript scripts/run.R
1919

20-
prod-flu-logged:
20+
prod-flu-log:
2121
export TAR_RUN_PROJECT=flu_hosp_prod; Rscript scripts/run.R >> cache/logs/prod_flu 2>&1
2222

2323
prod-flu:
@@ -147,7 +147,7 @@ update-site: sync-reports
147147
update-site-log: sync-reports
148148
Rscript -e "suppressPackageStartupMessages(source(here::here('R', 'load_all.R'))); update_site()" >> cache/logs/update_site_log.txt 2>&1
149149

150-
netlify-logged:
150+
netlify-log:
151151
netlify deploy --dir=reports --prod >> cache/prod_netlify 2>&1
152152

153153
netlify:

0 commit comments

Comments
 (0)