Merge pull request #72 from nicknovitski/yarn-4
Remove references to lockfileFilename
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