mirror of
https://github.com/RGBCube/Site
synced 2025-07-30 20:47:46 +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": {
|
||||
"lume": "echo \"import 'lume/cli.ts'\" | deno run --allow-all -",
|
||||
"build": "deno task lume",
|
||||
"serve": "deno task lume --serve"
|
||||
"build": "echo \"import 'lume/cli.ts'\" | deno run --allow-all -",
|
||||
"serve": "deno task build --serve"
|
||||
},
|
||||
"imports": {
|
||||
"std/": "https://deno.land/std@0.212.0/",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue