Skip to content
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

CI: Freeze lock file during install #1383

Closed
benjamincharity opened this issue Feb 26, 2019 · 1 comment
Closed

CI: Freeze lock file during install #1383

benjamincharity opened this issue Feb 26, 2019 · 1 comment
Assignees
Labels
Focus: build Issues concerning our CI or build process' Target: latest Issues related to the latest version of the library (master) Type: chore Something that needs to be done but is not a bug or addition

Comments

@benjamincharity
Copy link
Contributor

yarn install can change the yarn.lock file. Because of this we should change the CI yarn install command to yarn install --frozen-lockfile to ensure dependencies do not change.

@benjamincharity benjamincharity added Focus: build Issues concerning our CI or build process' Type: chore Something that needs to be done but is not a bug or addition Target: latest Issues related to the latest version of the library (master) labels Feb 26, 2019
@benjamincharity benjamincharity self-assigned this Feb 26, 2019
@benjamincharity
Copy link
Contributor Author

Merging into #1384

shani-terminus added a commit that referenced this issue Mar 28, 2019
benjamincharity pushed a commit that referenced this issue Mar 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Focus: build Issues concerning our CI or build process' Target: latest Issues related to the latest version of the library (master) Type: chore Something that needs to be done but is not a bug or addition
Projects
None yet
Development

No branches or pull requests

1 participant