Skip to content

Commit

Permalink
feat: tests done
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielMatosBoubee committed Dec 2, 2024
1 parent 3ba5d24 commit 32ea9d6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,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": "cypress run && deno fmt && deno lint && deno check dev.ts main.ts",
"check": "deno fmt && deno lint && deno check 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 All @@ -70,7 +70,9 @@
"README.md",
"_fresh",
"**/_fresh/*",
".deco"
".deco",
"cypress",
"cypress.config.js"
],
"lint": {
"rules": {
Expand Down

0 comments on commit 32ea9d6

Please sign in to comment.