Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Commit 65671f7

Browse files
committed
fix: resolve js extension
1 parent 465ccca commit 65671f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/deploy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const command = "deploy <contract-type>";
44

55
export const describe = "Deploys a smart contract on the blockchain";
66

7-
export const builder = (yargs: Argv): Argv => yargs.commandDir("deploy", { extensions: ["ts"] });
7+
export const builder = (yargs: Argv): Argv => yargs.commandDir("deploy", { extensions: ["ts", "js"] });
88

99
export const handler = (): void => {};
1010

0 commit comments

Comments
 (0)