From 4233350995c0fbce39658833c9f95013de8e9990 Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Thu, 12 Sep 2024 18:19:54 +0200 Subject: [PATCH] Update Makefile to add 'refresh' make --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index c98e089..0841ff8 100644 --- a/Makefile +++ b/Makefile @@ -20,3 +20,6 @@ test: fmt: deno fmt utils/*.js + +refresh: + deno run --allow-all utils/engine.js ; deno run --allow-all utils/images.js ; deno run --allow-all utils/img-opt.js ; deno run --allow-all utils/test.js ; deno run --allow-all utils/sync.js ; deno run --allow-all utils/build.js