7 lines
No EOL
137 B
Makefile
7 lines
No EOL
137 B
Makefile
all: lint compile
|
|
|
|
lint:
|
|
deno lint
|
|
|
|
compile:
|
|
deno compile --import-map ./import_map.json --allow-read --allow-write -o kollagen main.ts
|