Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
fix(unlocked-package): remove sfpowerscripts orchestrator constructs …
Browse files Browse the repository at this point in the history
…from unlocked package

checkpointForPrepare was not removed from the descriptor before being created. This could result in
an unlocked package to fail
  • Loading branch information
azlam-abdulsalam committed Oct 25, 2021
1 parent 4c48769 commit 963ad6c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ export default class CreateUnlockedPackageImpl {
delete packageDescriptorInWorkingDirectory["preDeploymentScript"];
delete packageDescriptorInWorkingDirectory["postDeploymentScript"];
delete packageDescriptorInWorkingDirectory["aliasfy"];
delete packageDescriptorInWorkingDirectory["checkpointForPrepare"];

fs.writeJsonSync(
path.join(workingDirectory, "sfdx-project.json"),
Expand Down

0 comments on commit 963ad6c

Please sign in to comment.