Skip to content

Commit

Permalink
refactor: set the correct type (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe authored May 15, 2024
1 parent 0116d92 commit 494ae06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/dependencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const currentPackageManager = getCurrentPackageManager()

const registerInstallationHook = (
template: string,
installArg: boolean,
installArg: boolean | undefined,
pmArg: string,
) => {
if (template == 'deno') return // Deno needs no dependency installation step
Expand Down

0 comments on commit 494ae06

Please sign in to comment.