From bbb4c2640b3ab052bde9b69473e3ff40ee7ef6aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20P=C3=B6mp?= Date: Tue, 19 Nov 2024 16:42:18 +0100 Subject: [PATCH] build(project): fix building web-components library --- runner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runner.js b/runner.js index 953a11229..9ed877fec 100644 --- a/runner.js +++ b/runner.js @@ -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(