Skip to content

Commit

Permalink
Fixed release issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jvsoest committed Oct 30, 2023
1 parent 0cf769d commit 743ac48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cee/input/build_frontend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit 743ac48

Please sign in to comment.