From 1e07b0b25f3f8210a1840c0126c4aeaecec98473 Mon Sep 17 00:00:00 2001 From: Martial BE Date: Tue, 23 Apr 2024 16:52:25 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20disabling=20ESLint=20plug?= =?UTF-8?q?in?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-image-en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image-en.yml b/.github/workflows/docker-image-en.yml index 95fd3cd8..542502ee 100644 --- a/.github/workflows/docker-image-en.yml +++ b/.github/workflows/docker-image-en.yml @@ -1,4 +1,4 @@ -name: one-api docker image +name: one-api docker image en on: push: @@ -46,7 +46,7 @@ jobs: export VERSION=$(cat VERSION) cd web yarn install - REACT_APP_VERSION=$VERSION yarn run build + DISABLE_ESLINT_PLUGIN='true' REACT_APP_VERSION=$VERSION yarn run build cd .. - name: Set up Go uses: actions/setup-go@v3