Update Makefile for 'refresh'

This commit is contained in:
niclaz 2024-09-12 21:44:46 +02:00 committed by GitHub
parent 5679791ab0
commit 70b34d83a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,4 @@ fmt:
deno fmt utils/*.js deno fmt utils/*.js
refresh: 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