Skip to content

Commit

Permalink
build(project): fix building web-components library
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed Nov 19, 2024
1 parent f6e58d1 commit bbb4c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const OCTRA = {
await buildLibrary('ngx-utilities');
await run(`node prepare_web-components.js`);
await fs.copyFile(
`apps/web-components/src/README.md`,
`apps/web-components/README.md`,
`dist/libs/web-components/README.md`
);
await fs.copyFile(
Expand Down

0 comments on commit bbb4c26

Please sign in to comment.