removed 'deno test' from Makefile

This commit is contained in:
niclaz 2024-08-22 23:00:40 +02:00 committed by GitHub
parent 7567585cba
commit b20c93c399
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 4 deletions

View File

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