Skip to content

Commit

Permalink
Fix build task.
Browse files Browse the repository at this point in the history
  • Loading branch information
KiPSOFT committed Jan 4, 2023
1 parent 3040ede commit 4332771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 4332771

Please sign in to comment.