File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ test:
1111run :
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
1717prod-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
2323prod-flu :
@@ -147,7 +147,7 @@ update-site: sync-reports
147147update-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
153153netlify :
You can’t perform that action at this time.
0 commit comments