mirror of
https://github.com/denoland/deno.git
synced 2025-01-05 13:59:01 -05:00
7 lines
67 B
Makefile
7 lines
67 B
Makefile
test:
|
|
deno test.ts
|
|
|
|
fmt:
|
|
prettier *.ts --write
|
|
|
|
.PHONY: test fmt
|