Skip to content

Commit

Permalink
update default backup path to avoid polluting launchpad dir
Browse files Browse the repository at this point in the history
  • Loading branch information
claytercek committed Sep 12, 2024
1 parent 3293e15 commit 5d3e19d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/purple-seals-obey.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@bluecadet/launchpad-content": patch
---

Update default backup path to avoid polluting the launchpad directory with empty timestamp folders
2 changes: 1 addition & 1 deletion packages/content/lib/content-options.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const CONTENT_OPTION_DEFAULTS = {
contentTransforms: {},
downloadPath: '.downloads/',
tempPath: '%DOWNLOAD_PATH%/.tmp/',
backupPath: '%TIMESTAMP%/.tmp-backup/',
backupPath: '.tmp-backup/%TIMESTAMP%/',
keep: '',
strip: '',
backupAndRestore: true,
Expand Down

0 comments on commit 5d3e19d

Please sign in to comment.