mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
13 lines
No EOL
161 B
Makefile
13 lines
No EOL
161 B
Makefile
all: build
|
|
|
|
cache:
|
|
deno cache utils/build.js
|
|
|
|
build:
|
|
deno run --allow-all utils/build.js
|
|
|
|
test:
|
|
deno test --allow-all utils/test.js
|
|
|
|
fmt:
|
|
deno fmt utils/*.js
|