File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,20 @@ explore-flu:
35
35
36
36
explore : explore-covid explore-flu update-site netlify
37
37
38
+ prune : prune-covid-prod prune-flu-prod prune-covid-explore prune-flu-explore
39
+
40
+ prune-covid-prod :
41
+ export TAR_PROJECT=covid_hosp_prod; export BACKTEST_MODE=TRUE; Rscript -e " targets::tar_prune()"
42
+
43
+ prune-flu-prod :
44
+ export TAR_PROJECT=flu_hosp_prod; export BACKTEST_MODE=TRUE; Rscript -e " targets::tar_prune()"
45
+
46
+ prune-covid-explore :
47
+ export TAR_PROJECT=covid_hosp_explore; Rscript -e " targets::tar_prune()"
48
+
49
+ prune-flu-explore :
50
+ export TAR_PROJECT=flu_hosp_explore; Rscript -e " targets::tar_prune()"
51
+
38
52
commit-covid :
39
53
cd ../covid19-forecast-hub; \
40
54
git pull --rebase --autostash origin main; \
You can’t perform that action at this time.
0 commit comments