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
3
Makefile
3
Makefile
|
@ -15,8 +15,5 @@ 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
|
Loading…
Reference in a new issue