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

Adjust Yarn configuration for CI #4494

Merged
merged 2 commits into from
Feb 15, 2021
Merged

Conversation

bdukes
Copy link
Contributor

@bdukes bdukes commented Feb 15, 2021

  • Add caching of Yarn files to speed up builds
  • Pass --frozen-lockfile to yarn install to avoid extra work and inconsistent build state

--frozen-lockfile ensures all dependencies are correctly specified in
yarn.lock and does not try to update yarn.lock. This is desirable in CI
both because it reduces extra work and because it ensures builds are
consistent
@bdukes bdukes added this to the 9.9.1 milestone Feb 15, 2021
@valadas valadas merged commit 10cc266 into dnnsoftware:develop Feb 15, 2021
@bdukes bdukes deleted the yarn-ci branch February 18, 2021 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants