-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
tools: don't create package-lock.json #17330
Conversation
/CC @nodejs/build |
Does this undo the benefit of adding the |
Good question. I would think not, but I'll check. |
I assumed it would due to the docs:
|
190030c
to
da550ab
Compare
@gibfahn yes, that was not the right way. From what I learned now this is what From CI https://ci.nodejs.org/job/node-test-linter/13943/console:
|
@@ -104,6 +104,7 @@ deps/npm/node_modules/.bin/ | |||
/SHASUMS*.txt* | |||
|
|||
# test artifacts | |||
package-lock.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is also a package-lock.json
in tools/doc..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ack.
renamed.
da550ab
to
660045d
Compare
@addaleax I've added a commit that fixes the inconsistency in |
660045d
to
9f4fd94
Compare
9f4fd94
to
ddde670
Compare
CI: https://ci.nodejs.org/job/node-test-pull-request-lite/3/ As I commented in #17320 (comment), landing this does not preclude adding the dependencies later. |
@BridgeAR I’m good here… but yes, no approvers yet and I would still prefer the in-tree approach. |
@nodejs/tsc can you please have a look to decide what to do? |
@nodejs/collaborators PTAL. |
@refack would you be so kind and rebase this? :-) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Ping @refack |
I am closing this due to no response. @refack please feel free to reopen in case you want to continue working on this. |
Hello from jenkins |
test this please |
@refack what's the status of this? Are you still working on it? |
ping @refack? |
Made mostly obsolete by #22399 and others |
An alternative attempt to minimize possible noise from running
make lint-md-build
Refs: #17320
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesAffected core subsystem(s)
tools