Skip to content

Commit

Permalink
Add keep flag
Browse files Browse the repository at this point in the history
  • Loading branch information
backspace committed Dec 11, 2023
1 parent 81a7955 commit 7995259
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/host/config/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ module.exports = function (deployTarget) {
objectPaths: ['/*'],
distribution: process.env.AWS_CLOUDFRONT_DISTRIBUTION,
},
'smart-compress': {
keep: true,
},
};

if (deployTarget === 'staging') {
Expand Down

0 comments on commit 7995259

Please sign in to comment.