Skip to content

Commit

Permalink
use npm run build to build layer, fix lambda java patch
Browse files Browse the repository at this point in the history
  • Loading branch information
vasireddy99 committed Dec 27, 2024
1 parent 92aa249 commit 7ea0eb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nodejs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cd wrapper-adot || exit
npm install || exit

cd ../../opentelemetry-lambda/nodejs || exit
npm install || exit
npm install && npm run build|| exit

mv ./packages/layer/build/workspace/otel-handler ./packages/layer/build/workspace/otel-handler-upstream
cp "$SOURCEDIR"/scripts/otel-handler ./packages/layer/build/workspace/otel-handler
Expand Down
2 changes: 1 addition & 1 deletion patches/opentelemetry-lambda_java.patch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ index 7693c66..e66bcba 100644
spotless {
java {
- googleJavaFormat()
+ googleJavaFormat("1.15.0"))
+ googleJavaFormat("1.15.0")
}
}

Expand Down

0 comments on commit 7ea0eb9

Please sign in to comment.