From 743ac485bda3cf935648c81fb2e3491d31280547 Mon Sep 17 00:00:00 2001 From: Johan van Soest Date: Mon, 30 Oct 2023 14:10:55 +0100 Subject: [PATCH] Fixed release issue --- cee/input/build_frontend.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cee/input/build_frontend.sh b/cee/input/build_frontend.sh index 14ea248..c12c413 100644 --- a/cee/input/build_frontend.sh +++ b/cee/input/build_frontend.sh @@ -17,7 +17,7 @@ cp app.component.ts cedar-embeddable-editor-release-$version/src/app/app.compone cp app.module.ts cedar-embeddable-editor-release-$version/src/app/app.module.ts # Build project -cd cedar-embeddable-editor-$version +cd cedar-embeddable-editor-release-$version sed -i "/this.messageHandlerService.traceObject/ a window.location.href = '\\/';" src/app/modules/shared/components/cedar-data-saver/cedar-data-saver.component.ts npm install --no-audit # node_modules/@angular/cli/bin/ng build --configuration production --baseHref="./static/cee/"