Skip to content

Commit

Permalink
fix: parachain feature
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexD10S committed Feb 17, 2025
1 parent 99bc36c commit df55096
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/pop-cli/src/commands/up/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ impl Command {
cmd.execute().await?;
return Ok("contract");
}
#[cfg(feature = "parachain")]
if pop_parachains::is_supported(project_path.as_deref())? {
cli.warning("Parachain deployment is currently not implemented.")?;
return Ok("parachain");
Expand Down

0 comments on commit df55096

Please sign in to comment.