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