mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
removed 'deno test' from Makefile
This commit is contained in:
parent
7567585cba
commit
b20c93c399
1 changed files with 1 additions and 4 deletions
5
Makefile
5
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue