Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upbuild: ensure consistent lock files across multiple machines #17955
+9,970
−15,506
Conversation
MarshallOfSound
added
the
target/6-0-x
label
Apr 26, 2019
This comment has been minimized.
This comment has been minimized.
|
tests failing? with
|
MarshallOfSound
referenced this pull request
Apr 29, 2019
Closed
build: use npm ci instead of npm install to ensure no lock file changes #17347
MarshallOfSound
added some commits
Apr 24, 2019
MarshallOfSound
force-pushed the
npx
branch
from
8253d27
to
565b401
Apr 29, 2019
MarshallOfSound
changed the title
build: ensure consistent package-lock across multiple machines
build: ensure consistent lock files across multiple machines
Apr 29, 2019
This comment has been minimized.
This comment has been minimized.
|
This is the commit that does the |
This comment has been minimized.
This comment has been minimized.
|
As an added bonus |
codebytere
approved these changes
Apr 30, 2019
|
i wish we didn’t need to use yarn but given mitigating circumstances |
jkleinsc
approved these changes
Apr 30, 2019
MarshallOfSound
merged commit 98c51dd
into
master
Apr 30, 2019
5 of 6 checks passed
appveyor: win-ia32-testing
AppVeyor build failed
Details
Semantic Pull Request
ready to be squashed
Details
appveyor: win-ia32-testing-pr
AppVeyor build succeeded
Details
appveyor: win-x64-testing
AppVeyor build succeeded
Details
appveyor: win-x64-testing-pr
AppVeyor build succeeded
Details
release-notes
Release notes found
This comment has been minimized.
This comment has been minimized.
release-clerk
bot
commented
Apr 30, 2019
|
No Release Notes |
MarshallOfSound
deleted the
npx
branch
Apr 30, 2019
This comment has been minimized.
This comment has been minimized.
|
I was unable to backport this PR to "6-0-x" cleanly; |
trop
bot
added
needs-manual-bp/6-0-x
and removed
target/6-0-x
labels
Apr 30, 2019
MarshallOfSound
added a commit
that referenced
this pull request
Apr 30, 2019
MarshallOfSound
referenced this pull request
Apr 30, 2019
Merged
build: ensure consistent lock files across multiple machines (#17955) #18071
This comment has been minimized.
This comment has been minimized.
|
A maintainer has manually backported this PR to "6-0-x", please check out #18071 |
trop
bot
added
the
in-flight/6-0-x
label
Apr 30, 2019
MarshallOfSound
added a commit
that referenced
this pull request
Apr 30, 2019
MarshallOfSound
added a commit
that referenced
this pull request
Apr 30, 2019
MarshallOfSound
added a commit
that referenced
this pull request
May 1, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
MarshallOfSound commentedApr 24, 2019
•
edited
Uses
npx yarninstead ofnpmto fix inconsistent lock filesNotes: no-notes