Merge pull request #1348 from sigmaSd/patch-1

chore: document deno in build target
master
Jesper Håkansson 1 year ago committed by GitHub
commit 32aaecfb9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/command/build.rs

@ -139,7 +139,7 @@ pub struct BuildOptions {
pub reference_types: bool,
#[clap(long = "target", short = 't', default_value = "bundler")]
/// Sets the target environment. [possible values: bundler, nodejs, web, no-modules]
/// Sets the target environment. [possible values: bundler, nodejs, web, no-modules, deno]
pub target: Target,
#[clap(long = "debug")]

Loading…
Cancel
Save