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