-
Notifications
You must be signed in to change notification settings - Fork 534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: remove obsolete instruction #1078
docs: remove obsolete instruction #1078
Conversation
|
Codecov Report
@@ Coverage Diff @@
## main #1078 +/- ##
=======================================
Coverage 95.91% 95.91%
=======================================
Files 13 13
Lines 856 856
Branches 178 178
=======================================
Hits 821 821
Misses 35 35 |
@basti1302, please sign the CLA. |
I know, I know, it is work in progress. I am working with the CCLA managers at my org (IBM) to get me on the list. |
db6b4c8
to
81a89bf
Compare
@basti1302 you'll need to rebase |
81a89bf
to
01d74f1
Compare
01d74f1
to
3b0a968
Compare
3b0a968
to
8dc8961
Compare
I think this is trivial change is ready to be merged. |
Which problem is this PR solving?
npm run bootstrap
is ran as apostinstall
lifecycle hook duringnpm install
, thus executing it as a separate step is not necessary.See
opentelemetry-js-contrib/package.json
Line 16 in 8786cbe
Checklist
npm run test-all-versions
for the edited package(s) on the latest commit if applicable.