From 70b34d83a80a37d00c80bd3ae6220fd15f5ed805 Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Thu, 12 Sep 2024 21:44:46 +0200 Subject: [PATCH] Update Makefile for 'refresh' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0841ff8..ec181bf 100644 --- a/Makefile +++ b/Makefile @@ -22,4 +22,4 @@ 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 + 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