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