Skip to content

Commit

Permalink
use npm run build to build layer
Browse files Browse the repository at this point in the history
  • Loading branch information
vasireddy99 committed Dec 27, 2024
1 parent 92aa249 commit d745004
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit d745004

Please sign in to comment.