diff options
| author | seth <[email protected]> | 2023-03-17 09:34:30 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-03-17 09:34:30 -0400 |
| commit | e73226622083deb3ec5289ea517b9963e1998b77 (patch) | |
| tree | 7de4b8754181a56ca97c23b54facaa8baf21b643 /deno.json | |
| parent | b33c5d086dddf4462121ac7cfc60e2ac4e0093e2 (diff) | |
feat(actions): add prettier format action
Diffstat (limited to 'deno.json')
| -rw-r--r-- | deno.json | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -1,10 +1,10 @@ { - "tasks": { - "lume": "echo \"import 'lume/cli.ts'\" | deno run --unstable -A -", - "build": "deno task lume", - "serve": "deno task lume -s" - }, - "imports": { - "lume/": "https://deno.land/x/[email protected]/" - } + "tasks": { + "lume": "echo \"import 'lume/cli.ts'\" | deno run --unstable -A -", + "build": "deno task lume", + "serve": "deno task lume -s" + }, + "imports": { + "lume/": "https://deno.land/x/[email protected]/" + } } |
