Skip to content

Commit

Permalink
Disable frozen lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Soltis authored and Greg Soltis committed May 10, 2024
1 parent 790c1b6 commit 87e0e2d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -7,7 +7,7 @@ Add new package with an external dependency
$ echo '{"name":"c", "dependencies": {"has-symbols": "^1.0.3"}}' > apps/c/package.json

Update lockfile
$ pnpm i > /dev/null
$ pnpm i --frozen-lockfile=false > /dev/null

Now build and verify that only the new package is in scope
Note that we need --skip-infer because we've now installed a local
Expand Down

0 comments on commit 87e0e2d

Please sign in to comment.