Skip to content

Commit

Permalink
Fixing bugs from moving to strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasLYang committed May 17, 2024
1 parent e9acfb0 commit cbe27b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/turborepo-lib/src/run/summary/task_factory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use turborepo_repository::package_graph::{PackageGraph, PackageInfo, PackageName
use super::{
execution::TaskExecutionSummary,
task::{SharedTaskSummary, TaskEnvVarSummary},
EnvMode, SinglePackageTaskSummary, TaskSummary,
SinglePackageTaskSummary, TaskSummary,
};
use crate::{
cli,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
"pipeline": {
"build": {
"outputs": [],
"inputs": ["package.json"]
"env": [
"COREPACK_ENABLE_DOWNLOAD_PROMPT"
],
"inputs": [
"package.json"
]
}
}
}

0 comments on commit cbe27b8

Please sign in to comment.