🐛 fix: disabling ESLint plugin

This commit is contained in:
Martial BE
2024-04-23 16:52:25 +08:00
parent a76b3f6ac2
commit 1e07b0b25f

View File

@@ -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