- commit
- 5c517a0
- parent
- bfbf95a
- author
- Eric Bower
- date
- 2023-04-13 01:29:00 +0000 UTC
fix: unfortunately system is setup to always run the scraper
1 files changed,
+1,
-1
M
Makefile
M
Makefile
+1,
-1
1@@ -14,7 +14,7 @@ download-config:
2 deno run --allow-env --allow-write --allow-net src/scripts/scrape-config.ts
3 .PHONY: download-config
4
5-download:
6+download: download-config
7 deno run --allow-write --allow-net src/scripts/scrape.ts
8 .PHONY: download
9