Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
benallfree committed Apr 21, 2024
1 parent 87be41f commit a59d516
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/node-plop/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ generator.runPrompts(["test"]).then((answers) => {
console.log("Start");
};
const onProgress = (): void => {
console.log("Progress");
// console.log("Progress");
};
const onSuccess = (): void => {
console.log("This worked!");
Expand Down Expand Up @@ -353,7 +353,7 @@ _ = async () => {
},
onProgress: (msg) => {
console.log(msg);
}
},
})
.then(() => {
console.log("Test");
Expand Down
3 changes: 2 additions & 1 deletion packages/node-plop/types/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"moduleResolution": "Node"
}
},
"include": ["*.ts"]
}

0 comments on commit a59d516

Please sign in to comment.