From 16edbe6f4d7ce637763d577c03f874e55a3d5af5 Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Wed, 23 Oct 2024 17:24:46 -0700 Subject: [PATCH] install yarn globally --- .config/.readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/.readthedocs.yaml b/.config/.readthedocs.yaml index 8a4859a..4421825 100644 --- a/.config/.readthedocs.yaml +++ b/.config/.readthedocs.yaml @@ -14,7 +14,7 @@ build: jobs: post_create_environment: - corepack enable - - corepack install + - corepack install --global - yarn --version pre_build: - yarn install