Fix lockfile name
This commit is contained in:
@@ -162,7 +162,8 @@ let
|
|||||||
mkdir -p "$out/libexec/$name"
|
mkdir -p "$out/libexec/$name"
|
||||||
tar xzvf package.tgz --directory "$out/libexec/$name" --strip-components=1
|
tar xzvf package.tgz --directory "$out/libexec/$name" --strip-components=1
|
||||||
|
|
||||||
cp .yarnrc* ${lockfile} "$out/libexec/$name"
|
cp .yarnrc* "$out/libexec/$name"
|
||||||
|
cp ${lockfile} "$out/libexec/$name/yarn.lock"
|
||||||
cp --recursive .yarn "$out/libexec/$name"
|
cp --recursive .yarn "$out/libexec/$name"
|
||||||
|
|
||||||
# If the project uses the node-modules linker, then
|
# If the project uses the node-modules linker, then
|
||||||
|
|||||||
Reference in New Issue
Block a user