summaryrefslogtreecommitdiff
path: root/cli/args/flags.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/args/flags.rs')
-rw-r--r--cli/args/flags.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/args/flags.rs b/cli/args/flags.rs
index 74ccb512f..4e151d7d9 100644
--- a/cli/args/flags.rs
+++ b/cli/args/flags.rs
@@ -548,6 +548,8 @@ pub struct LifecycleScriptsConfig {
pub allowed: PackagesAllowedScripts,
pub initial_cwd: PathBuf,
pub root_dir: PathBuf,
+ /// Part of an explicit `deno install`
+ pub explicit_install: bool,
}
#[derive(Debug, Clone, Eq, PartialEq, Default)]