File tree Expand file tree Collapse file tree 3 files changed +9
-31
lines changed
Expand file tree Collapse file tree 3 files changed +9
-31
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ scripts :
2+ test :
3+ - " deno fmt --check"
4+ - " deno lint --unstable"
5+ - " deno test --unstable -A"
6+ watch : false
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export interface Template {
1010}
1111
1212const json : Template = {
13- filename : "denon .json" ,
13+ filename : "scripts .json" ,
1414 source : String . raw `{
1515 "$schema": "https://deno.land/x/denon/schema.json",
1616 "scripts": {
@@ -23,15 +23,15 @@ const json: Template = {
2323} ;
2424
2525const yaml : Template = {
26- filename : "denon .yml" ,
26+ filename : "scripts .yml" ,
2727 source : String . raw `scripts:
2828 start:
2929 cmd: "deno run app.ts"
3030 desc: "run my app.ts file"` ,
3131} ;
3232
3333const typescript : Template = {
34- filename : "denon .config.ts" ,
34+ filename : "scripts .config.ts" ,
3535 source : String . raw `
3636import { DenonConfig } from "https://deno.land/x/denon@${ VERSION } /mod.ts";
3737
You can’t perform that action at this time.
0 commit comments