From 633ef805a3c0726d2ff80969ca98e683e740f00f Mon Sep 17 00:00:00 2001 From: flexagoon Date: Sun, 14 Apr 2024 13:35:44 +0300 Subject: [PATCH] update yarn --- programs/yarn.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/programs/yarn.json b/programs/yarn.json index 163f6bc4..dd113f18 100644 --- a/programs/yarn.json +++ b/programs/yarn.json @@ -10,6 +10,16 @@ "path": "$HOME/.yarn", "movable": false, "help": "Changing this is currently not supported.\n" + }, + { + "path": "$HOME/.yarncache", + "movable": false, + "help": "Changing this is currently not supported.\n" + }, + { + "path": "$HOME/.yarn-config", + "movable": false, + "help": "Changing this is currently not supported.\n" } ] }