From 69a095e46e742bab0e71940dcfb3e3322b227e6d Mon Sep 17 00:00:00 2001 From: qkrwogk Date: Thu, 30 Nov 2023 18:05:33 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20hotfix=20sharp=20platform=20erro?= =?UTF-8?q?r?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 배포 OS에 맞는 sharp 설치를 위한 구문 추가 --- .github/workflows/cicd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index a50d9db..960827a 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -26,6 +26,7 @@ jobs: - name: Test and Build with yarn run: | + SHARP_IGNORE_GLOBAL_LIBVIPS=1 npm_config_arch=x64 npm_config_platform=linux yarn workspace server add sharp yarn install yarn workspace client build