-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
tools: don't create package-lock.json #17330
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
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: |
.gitignore
Outdated
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? :-) |
mcollina
left a comment
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-buildRefs: #17320
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
tools