Skip to content

Commit 9c2c422

Browse files
committed
fix: use ts instead of js for dogfood
1 parent 9b67153 commit 9c2c422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ interface Variables {
88
}
99

1010
export default async function (root: string, variables: Variables) {
11-
const csBin = variables.dogfood ? "./bin/code-skeleton.js" : "code-skeleton";
11+
const csBin = variables.dogfood ? "./bin/code-skeleton.ts" : "code-skeleton";
1212
const skeleton: Skeleton = {
1313
"package.json": pkg({
1414
"//": "This file is partially managed by code-skeleton. Changes may be overwritten.",

0 commit comments

Comments
 (0)