mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
Added 'deno test --allow-all utils/test.js' back to the Makefile
This commit is contained in:
parent
362da7e685
commit
c33421e4dc
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue