diff --git a/liquid-fire/rollup.config.mjs b/liquid-fire/rollup.config.mjs index fd20197c..1c70e1a3 100644 --- a/liquid-fire/rollup.config.mjs +++ b/liquid-fire/rollup.config.mjs @@ -52,14 +52,6 @@ export default { addon.keepAssets(['**/*.css']), // Remove leftover build artifacts when starting a new build. - addon.clean(), - - // Copy Readme and License into published package - copy({ - targets: [ - { src: '../README.md', dest: '.' }, - { src: '../LICENSE.md', dest: '.' }, - ], - }), + addon.clean() ], };