From 4332771b8b368c64089c6d3e6f6a29c4cce3d33f Mon Sep 17 00:00:00 2001 From: Serkan Date: Wed, 4 Jan 2023 18:20:06 +0300 Subject: [PATCH] Fix build task. --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 95d0ec5..2f96405 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "importMap": "import_map.json", "tasks": { - "build": "deno bundle --importmap=import_map.json nostr.ts mod.ts" + "build": "deno bundle nostr.ts mod.ts" } } \ No newline at end of file