From dd61490a18c689113ca17cd0a74e438f85848ee2 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sat, 14 May 2022 01:09:06 +0200 Subject: [PATCH] node-16.15.0-0: Enable corepack to get yarn --- node-16.15.0-0.build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/node-16.15.0-0.build.sh b/node-16.15.0-0.build.sh index f2c99e1..49429ee 100755 --- a/node-16.15.0-0.build.sh +++ b/node-16.15.0-0.build.sh @@ -49,4 +49,6 @@ for i in $PREFIX/bin/*; do ln -sv "$i"{,-$VERSION} done +corepack enable + exit