mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-17 05:33:42 +08:00
🐛 fix: disabling ESLint plugin
This commit is contained in:
4
.github/workflows/docker-image-en.yml
vendored
4
.github/workflows/docker-image-en.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: one-api docker image
|
name: one-api docker image en
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -46,7 +46,7 @@ jobs:
|
|||||||
export VERSION=$(cat VERSION)
|
export VERSION=$(cat VERSION)
|
||||||
cd web
|
cd web
|
||||||
yarn install
|
yarn install
|
||||||
REACT_APP_VERSION=$VERSION yarn run build
|
DISABLE_ESLINT_PLUGIN='true' REACT_APP_VERSION=$VERSION yarn run build
|
||||||
cd ..
|
cd ..
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user