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

Commit

Permalink
fix(forceignore): create Packages not writing the proper forceignore …
Browse files Browse the repository at this point in the history
…files (#769)

Multiple ForceIgnore Files are not being applied correctly during package creation, resulting in
root forceignore file being applied for source packages during deployment
  • Loading branch information
azlam-abdulsalam authored Nov 24, 2021
1 parent 4bef327 commit 042f9a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/core/src/package/packageCreators/CreatePackage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,15 @@ export abstract class CreatePackage {
}

private generateArtifact(packageDirectory: string) {

//Get Artifact Detailes
let sourcePackageArtifactDir = SourcePackageGenerator.generateSourcePackageArtifact(
this.logger,
this.projectDirectory,
this.sfdx_package,
packageDirectory,
this.packageDescriptor.destructiveChangePath,
null,
this.pathToReplacementForceIgnore
);

Expand Down

0 comments on commit 042f9a6

Please sign in to comment.