mirror of
https://github.com/RGBCube/Site
synced 2025-08-01 13:37:49 +00:00
Make tasks simpler
This commit is contained in:
parent
0bf35329cc
commit
8b7736cc9f
1 changed files with 2 additions and 3 deletions
|
@ -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/",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue