From 27357efe504bbfeb7c2e2c422990afeb960bcc65 Mon Sep 17 00:00:00 2001 From: Adam Sobotka Date: Wed, 3 Apr 2024 16:41:45 +0200 Subject: [PATCH] Update Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 39e16d9..d1d922b 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ build: deno run --allow-all utils/build.js images: - deno run --allow-all utils/images.js + # deno run --allow-all utils/images.js frontend: cd web && npm install && npm run build @@ -19,4 +19,4 @@ compile: cp -r web/dist/** dist fmt: - deno fmt utils/*.js \ No newline at end of file + deno fmt utils/*.js