Skip to content

Commit 692fd78

Browse files
authored
Fix Deno create command (#1152)
1 parent 4d9da68 commit 692fd78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export default defineConfig(
126126
"install-local": "deno i",
127127
run: "deno run :content",
128128
exec: "dpx :content",
129-
create: "deno run -A npm::content",
129+
create: "deno run -A npm:create-:content",
130130
},
131131
},
132132
},

0 commit comments

Comments
 (0)