Skip to content

Commit

Permalink
feat: Allow resolutions flag to build command
Browse files Browse the repository at this point in the history
  • Loading branch information
JayaKrishnaNamburu committed Dec 8, 2023
1 parent 9a6def4 commit 08a2a9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ Clears the global module fetch cache, for situations where the contents of a dep

cli
.command("build [entry]", "Build the module using importmap")
.option(...resolutionOpt)
.option(...buildConfigOpt)
.option(...buildOutputOpt)
.action(wrapCommand(build));
Expand Down

0 comments on commit 08a2a9c

Please sign in to comment.