diff options
Diffstat (limited to 'deno.jsonc')
-rw-r--r-- | deno.jsonc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ "$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json", "tasks": { "dev": "astro dev", + //"build": "astro check && astro build", "build": "astro build", "preview": "astro preview", "build:preview": { |