Skip to content

Commit 5652a2a

Browse files
committed
feat: enableInlineBuilds: true on CI
1 parent 9ab3d2c commit 5652a2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/zpm/src/settings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ pub struct ProjectConfig {
144144
#[default(false)]
145145
pub enable_immutable_installs: BoolField,
146146

147-
#[default(false)]
147+
#[default(|_| zpm_ci::is_ci().is_some())]
148148
pub enable_inline_builds: BoolField,
149149

150150
#[default(true)]

0 commit comments

Comments
 (0)