Skip to content

Commit

Permalink
Merge pull request #791 from nickschot/copy-readme-license
Browse files Browse the repository at this point in the history
Enable readme/license copying to published addon
  • Loading branch information
nickschot authored Nov 17, 2023
2 parents 7c86140 + 008d4fe commit 18ec189
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ember-mobile-menu/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ export default {
addon.clean(),

// Copy Readme and License into published package
/*copy({
copy({
targets: [
{ src: '../README.md', dest: '.' },
{ src: '../LICENSE.md', dest: '.' },
],
}),*/
}),
],
};

0 comments on commit 18ec189

Please sign in to comment.