From 421171cb630aca3fd87cd4c35d87dffdb29a3d3c Mon Sep 17 00:00:00 2001 From: "D. Bohdan" Date: Tue, 12 Sep 2023 08:42:27 +0000 Subject: [PATCH] gen-screenshot: check types on run --- gen-screenshot.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen-screenshot.ts b/gen-screenshot.ts index 1cc20d3..9b30317 100755 --- a/gen-screenshot.ts +++ b/gen-screenshot.ts @@ -1,4 +1,4 @@ -#! /usr/bin/env -S deno run --allow-env --allow-net --allow-read --allow-run --allow-write +#! /usr/bin/env -S deno run --allow-env --allow-net --allow-read --allow-run --allow-write --check // Generate the screenshot and its thumbnail for a project. // To install the dependencies on Debian/Ubuntu: // $ sudo apt install imagemagick optipng