Skip to content

Commit

Permalink
fix README & LICENSE rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Jul 24, 2023
1 parent dd112ce commit 0883375
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions liquid-fire/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
],
};

0 comments on commit 0883375

Please sign in to comment.