Skip to content

Commit

Permalink
Merge pull request #66 from rxdi/56-added-force-argument-to-rsync
Browse files Browse the repository at this point in the history
fix(rsync): added --force argument in order to test the idempotency of rsync
  • Loading branch information
Stradivario authored Mar 5, 2023
2 parents c72d910 + 09770e6 commit 791060d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/helpers/copy-packages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ function copyOther(
command: 'rsync',
args: [
'-r',
'--force',
...(excludes
? excludes.reduce(
(prev, curr) => [...prev, '--exclude', curr],
Expand Down

0 comments on commit 791060d

Please sign in to comment.