11 lines
83 B
Makefile
11 lines
83 B
Makefile
|
test:
|
||
|
deno test -A
|
||
|
|
||
|
lint:
|
||
|
deno lint
|
||
|
|
||
|
fmt:
|
||
|
deno fmt
|
||
|
|
||
|
fmt/check:
|
||
|
deno fmt --check
|