kollagen/cli/Makefile

7 lines
133 B
Makefile
Raw Normal View History

2021-09-15 21:22:18 +02:00
all: lint build
2021-09-15 21:19:22 +02:00
lint:
deno lint
2021-09-15 21:22:18 +02:00
build:
2021-09-15 21:19:22 +02:00
deno compile --import-map ./import_map.json --allow-read --allow-write -o kollagen main.ts