Update Makefile to add 'refresh' make

This commit is contained in:
niclaz 2024-09-12 18:19:54 +02:00 committed by GitHub
parent a2216c8dc9
commit 4233350995
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -20,3 +20,6 @@ test:
fmt: fmt:
deno fmt utils/*.js 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