mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
Update Makefile to add 'refresh' make
This commit is contained in:
parent
a2216c8dc9
commit
4233350995
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -20,3 +20,6 @@ test:
|
|||
|
||||
fmt:
|
||||
deno fmt utils/*.js
|
||||
|
||||
refresh:
|
||||
deno run --allow-all utils/engine.js ; deno run --allow-all utils/images.js ; deno run --allow-all utils/img-opt.js ; deno run --allow-all utils/test.js ; deno run --allow-all utils/sync.js ; deno run --allow-all utils/build.js
|
||||
|
|
Loading…
Reference in a new issue