- commit
- 963d82f
- parent
- 1b7fa81
- author
- Eric Bower
- date
- 2022-11-27 01:52:23 +0000 UTC
fix: allow-write to process.ts
1 files changed,
+1,
-1
M
Makefile
M
Makefile
+1,
-1
1@@ -9,7 +9,7 @@ resource:
2 scrape:
3 deno run --allow-write --allow-net scripts/scrape.ts
4 deno run --allow-write scripts/patch.ts
5- deno run --allow-env --allow-net scripts/process.ts
6+ deno run --allow-write --allow-env --allow-net scripts/process.ts
7 deno run --allow-write --allow-read scripts/html.ts
8 .PHONY: scrape
9