From 7bbf737600fe74aa170a873030ce2554a96802e8 Mon Sep 17 00:00:00 2001 From: Junho Yeo Date: Sat, 3 Jul 2021 17:20:24 +0900 Subject: [PATCH] chore(env): enable built-in `node-modules` plugin --- .gitignore | 16 ++++++++-------- .yarnrc.yml | 1 + yarn.lock | 11 +++++++++++ 3 files changed, 20 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 2fecef7..a2dde03 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,9 @@ -/.yarn/* -!/.yarn/releases -!/.yarn/plugins -!/.yarn/sdks +node_modules/ +.yarn/* +!.yarn/patches +!.yarn/releases +!.yarn/plugins +!.yarn/sdks +!.yarn/versions -# Swap the comments on the following lines if you don't wish to use zero-installs -# Documentation here: https://yarnpkg.com/features/zero-installs -!/.yarn/cache -#/.pnp.* +.DS_Store diff --git a/.yarnrc.yml b/.yarnrc.yml index b758837..f4000d4 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -1 +1,2 @@ yarnPath: ".yarn/releases/yarn-berry.cjs" +nodeLinker: node-modules diff --git a/yarn.lock b/yarn.lock index e69de29..8ad0874 100644 --- a/yarn.lock +++ b/yarn.lock @@ -0,0 +1,11 @@ +# This file is generated by running "yarn install" inside your project. +# Manual changes might be lost - proceed with caution! + +__metadata: + version: 4 + +"react-use-color@workspace:.": + version: 0.0.0-use.local + resolution: "react-use-color@workspace:." + languageName: unknown + linkType: soft