Added 'deno test --allow-all utils/test.js' back to the Makefile

This commit is contained in:
niclaz 2024-08-23 11:56:43 +02:00 committed by GitHub
parent 362da7e685
commit c33421e4dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -15,5 +15,8 @@ images:
img-opt: img-opt:
deno run --allow-all utils/img-opt.js deno run --allow-all utils/img-opt.js
test:
deno test --allow-all utils/test.js
fmt: fmt:
deno fmt utils/*.js deno fmt utils/*.js