From d8dff75411f869b7618913e0120e2d5760da872e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Sun, 19 Sep 2021 09:48:25 +0200 Subject: [PATCH] deno build --unstable --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 65d5ab2..dae7c1c 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ deno_lint: cd cli && deno lint deno: - cd cli && deno compile --import-map ./import_map.json --allow-read --allow-write -o ../kollagen main.ts + cd cli && deno compile --import-map ./import_map.json --allow-read --allow-write --unstable -o ../kollagen main.ts app: npm ci --cache .npm --prefer-offline && npm run build \ No newline at end of file