Skip to content

Commit

Permalink
feat: Allow resolutions flag to build command (#2556)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayaKrishnaNamburu committed Dec 9, 2023
1 parent 4bd0867 commit a3fd852
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli.ts
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(...mapOpt)
.option(...buildConfigOpt)
.option(...buildOutputOpt)
Expand Down

0 comments on commit a3fd852

Please sign in to comment.