We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b67153 commit 9c2c422Copy full SHA for 9c2c422
lib/index.ts
@@ -8,7 +8,7 @@ interface Variables {
8
}
9
10
export default async function (root: string, variables: Variables) {
11
- const csBin = variables.dogfood ? "./bin/code-skeleton.js" : "code-skeleton";
+ const csBin = variables.dogfood ? "./bin/code-skeleton.ts" : "code-skeleton";
12
const skeleton: Skeleton = {
13
"package.json": pkg({
14
"//": "This file is partially managed by code-skeleton. Changes may be overwritten.",
0 commit comments