8000 fix(Stenciljs): copy task returns `illegal operation on a directory` … · Endava/BEEQ@ac9aee7 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit ac9aee7

Browse files
committed
fix(Stenciljs): copy task returns illegal operation on a directory error
1 parent a6cf3bb commit ac9aee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/beeq/stencil.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export const config: Config = {
5555
{
5656
type: 'dist',
5757
copy: [
58-
{ src: '../README.md', dest: '../../.', warn: true },
58+
{ src: '../README.md', dest: '../../README.md', warn: true },
5959
{ src: '../cem/*.*', dest: '../', warn: true },
6060
],
6161
},

0 commit comments

Comments
 (0)
0