- commit
- ea38f00
- parent
- e530acc
- author
- Eric Bower
- date
- 2023-04-12 13:20:55 +0000 UTC
chore: don't scrape configs anymore, too much noise
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: download-config
6+download:
7 deno run --allow-write --allow-net src/scripts/scrape.ts
8 .PHONY: download
9