Skip to content

Commit

Permalink
Removed overrides in build process which are not needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
jvsoest committed May 14, 2024
1 parent e0742aa commit 2146905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cee/input/build_frontend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ curl -L -o release-$version.zip https://github.com/metadatacenter/cedar-embeddab
unzip release-$version.zip

# # Override files needed to work in our situation
cp app.component.ts cedar-embeddable-editor-release-$version/src/app/app.component.ts
cp app.module.ts cedar-embeddable-editor-release-$version/src/app/app.module.ts
# cp app.component.ts cedar-embeddable-editor-release-$version/src/app/app.component.ts
# cp app.module.ts cedar-embeddable-editor-release-$version/src/app/app.module.ts

# Build project
cd cedar-embeddable-editor-release-$version
Expand Down

0 comments on commit 2146905

Please sign in to comment.