File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
packages/otlp-transformer Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ All notable changes to experimental packages in this project will be documented
1111### :bug : (Bug Fix)
1212
1313* fix(sdk-metrics-base): only record non-negative histogram values #3002 @pichlermarc
14+ * fix(otlp-transformer): include missing prepublishOnly script which ensures esm and esnext build files are created and packaged @dyladan
1415
1516### :books : (Refine Doc)
1617
Original file line number Diff line number Diff line change 1212 "main" : " build/src/index.js" ,
1313 "repository" : " open-telemetry/opentelemetry-js" ,
1414 "scripts" : {
15+ "prepublishOnly" : " npm run compile" ,
1516 "compile" : " tsc --build tsconfig.all.json" ,
1617 "clean" : " tsc --build --clean tsconfig.all.json" ,
1718 "lint" : " eslint . --ext .ts" ,
You can’t perform that action at this time.
0 commit comments