Remove references to lockfileFilename
This field will be removed from yarn in version 4: https://github.com/yarnpkg/berry/pull/5604 With this change, the plugin works with the current canary release, v4.0.0-rc.53.
This commit is contained in:
+1
-1
@@ -93,7 +93,7 @@ export default async (
|
|||||||
"./" +
|
"./" +
|
||||||
ppath.relative(
|
ppath.relative(
|
||||||
ppath.dirname(nixExprPath),
|
ppath.dirname(nixExprPath),
|
||||||
ppath.resolve(cwd, configuration.get(`lockfileFilename`))
|
ppath.resolve(cwd, 'yarn.lock' as PortablePath)
|
||||||
);
|
);
|
||||||
|
|
||||||
// Build a list of cache entries so Nix can fetch them.
|
// Build a list of cache entries so Nix can fetch them.
|
||||||
|
|||||||
Reference in New Issue
Block a user