From be04ea608db5e942468132bbea2fef67fe886b9d Mon Sep 17 00:00:00 2001 From: bd_ Date: Fri, 17 Feb 2023 21:23:31 +0900 Subject: [PATCH] chore: switch to yarn 2.0 linker --- docs/.gitignore | 3 ++- docs/.yarnrc.yml | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/.gitignore b/docs/.gitignore index f79b248c..822cc8d5 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -21,4 +21,5 @@ yarn-error.log* .yarn/* !.yarn/releases !.yarn/releases/* -!.yarn/plugins \ No newline at end of file +!.yarn/plugins +.pnp.* \ No newline at end of file diff --git a/docs/.yarnrc.yml b/docs/.yarnrc.yml index fd204f87..86ab4238 100644 --- a/docs/.yarnrc.yml +++ b/docs/.yarnrc.yml @@ -1,5 +1,3 @@ -nodeLinker: node-modules - plugins: - path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs spec: "@yarnpkg/plugin-interactive-tools"