1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-08-01 13:37:49 +00:00

Make tasks simpler

This commit is contained in:
RGBCube 2024-02-16 12:54:54 +03:00
parent 0bf35329cc
commit 8b7736cc9f
No known key found for this signature in database

View file

@ -8,9 +8,8 @@
] ]
}, },
"tasks": { "tasks": {
"lume": "echo \"import 'lume/cli.ts'\" | deno run --allow-all -", "build": "echo \"import 'lume/cli.ts'\" | deno run --allow-all -",
"build": "deno task lume", "serve": "deno task build --serve"
"serve": "deno task lume --serve"
}, },
"imports": { "imports": {
"std/": "https://deno.land/std@0.212.0/", "std/": "https://deno.land/std@0.212.0/",