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

Use pnpm's --no-lockfile #960

Conversation

NullVoxPopuli
Copy link
Contributor

Previous try-hard attempt here: https://github.com/ember-cli/ember-try/pull/958/files
(lesson for me, don't trust any web site ever, always check --help)

@codecov
Copy link

codecov bot commented Jul 12, 2023

Codecov Report

Merging #960 (f620483) into master (e060b86) will not change coverage.
The diff coverage is 100.00%.

❗ Current head f620483 differs from pull request most recent head 86b193c. Consider uploading reports for the commit 86b193c to get more accurate results

@@           Coverage Diff           @@
##           master     #960   +/-   ##
=======================================
  Coverage   94.54%   94.54%           
=======================================
  Files          17       17           
  Lines         550      550           
=======================================
  Hits          520      520           
  Misses         30       30           
Impacted Files Coverage Δ
lib/dependency-manager-adapters/pnpm.js 90.36% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

README.md Outdated
@@ -121,7 +121,7 @@ module.exports = async function() {
*/
useYarn: true,
/*
If set to true, all npm scenarios will use `pnpm` for install with the `--frozen-lockfile=false` option. At cleanup, your
If set to true, all npm scenarios will use `pnpm` for install with the `--frozen-lockfile=false --no-lockfile` options. At cleanup, your
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is --frozen-lockfile=false necessary when using --no-lockfile?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NullVoxPopuli added a commit to NullVoxPopuli/ember-cli-pnpm-ember-try-test-lockfile-options that referenced this pull request Jul 13, 2023
@kategengler kategengler merged commit c92dc69 into ember-cli:master Jul 13, 2023
32 checks passed
@kategengler
Copy link
Member

Thank you!

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