From 7ec9397bb2b4552aa74129d6a1649c427d56430a Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Mon, 1 Aug 2022 14:27:50 +0200 Subject: [PATCH] Remove modules linker patch Signed-off-by: Tilman Vatteroth --- netlify/patch-files.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/netlify/patch-files.sh b/netlify/patch-files.sh index 7519350a0..283f6aefd 100644 --- a/netlify/patch-files.sh +++ b/netlify/patch-files.sh @@ -7,8 +7,6 @@ set -e -echo 'Patch yarnrc to use node_modules' -sed -i "s/nodeLinker: pnp/nodeLinker: node-modules/" .yarnrc.yml echo 'Patch intro.md to include netlify banner.' cp netlify/intro.md public/mock-public/intro.md echo 'Patch motd.md to include privacy policy.'