Skip to content

Commit

Permalink
fix: add deprecated ppds
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed May 6, 2024
1 parent b5109e1 commit d3c3aae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sfdx-project/sfdxProjectJson.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,6 @@ export type ProjectJson = {
* @title Replacements for metadata that are executed during deployments"
*/
replacements?: Replacements[];
/** @deprecated only works with deprecated commands. See https://github.com/forcedotcom/cli/discussions/2402 */
pushPackageDirectoriesSequentially?: boolean;
};

0 comments on commit d3c3aae

Please sign in to comment.