diff --git a/src/cli.ts b/src/cli.ts index c0df4c43..33045cb7 100644 --- a/src/cli.ts +++ b/src/cli.ts @@ -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)