Skip to content

Commit

Permalink
fix(scripts): remove unneeded object property
Browse files Browse the repository at this point in the history
  • Loading branch information
swashata committed Apr 14, 2019
1 parent fb8f9d8 commit 3deaa1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/scripts/src/scripts/Pack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ export class Pack {
return cpy(this.projectConfig.packageFiles, this.packageSlugPath, {
parents: true,
cwd: this.cwd,
root: this.packageSlugPath,
}).on('progress', this.callbacks.onCopyProgress);
}

Expand Down

0 comments on commit 3deaa1d

Please sign in to comment.