From 87e0e2db438adf0ba5398f1d450a277c8a0751da Mon Sep 17 00:00:00 2001 From: Greg Soltis Date: Fri, 10 May 2024 15:02:32 -0700 Subject: [PATCH] Disable frozen lockfile --- .../integration/tests/lockfile-aware-caching/new-package.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turborepo-tests/integration/tests/lockfile-aware-caching/new-package.t b/turborepo-tests/integration/tests/lockfile-aware-caching/new-package.t index b7a5ef235650f..c3cc1b5112772 100644 --- a/turborepo-tests/integration/tests/lockfile-aware-caching/new-package.t +++ b/turborepo-tests/integration/tests/lockfile-aware-caching/new-package.t @@ -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