Skip to content

Commit

Permalink
fix(Stenciljs): copy task returns illegal operation on a directory
Browse files Browse the repository at this point in the history
…error
  • Loading branch information
dgonzalezr committed Nov 28, 2024
1 parent a6cf3bb commit ac9aee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/beeq/stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const config: Config = {
{
type: 'dist',
copy: [
{ src: '../README.md', dest: '../../.', warn: true },
{ src: '../README.md', dest: '../../README.md', warn: true },
{ src: '../cem/*.*', dest: '../', warn: true },
],
},
Expand Down

0 comments on commit ac9aee7

Please sign in to comment.