Skip to content

Commit

Permalink
Allow imports on check
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusgr committed Oct 17, 2024
1 parent e9461f3 commit ac1ae9f
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
Expand Up @@ -57,7 +57,7 @@
"component": "deno eval 'import \"deco/scripts/component.ts\"'",
"release": "deno eval 'import \"deco/scripts/release.ts\"'",
"update": "deno run -Ar https://deco.cx/update",
"check": "deno fmt && deno lint && deno check dev.ts main.ts",
"check": "deno fmt && deno lint && deno check --allow-import dev.ts main.ts",
"install": "deno eval 'import \"deco/scripts/apps/install.ts\"'",
"uninstall": "deno eval 'import \"deco/scripts/apps/uninstall.ts\"'",
"bundle": "deno run -A jsr:@deco/deco/scripts/bundle site",
Expand Down

0 comments on commit ac1ae9f

Please sign in to comment.