GitHub Action前端编译问题修改 (#288)

* Update docker-next-terminal.yml

* Update docker-next-terminal.yml

* Update .env.development.local

* Update .env.production.local
This commit is contained in:
我若为王
2022-10-24 19:28:44 +08:00
committed by GitHub
parent 112435199a
commit 23b38a152d
3 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,7 @@
name: Docker next-terminal Build name: Docker next-terminal Build
on: on:
workflow_dispatch:
push: push:
tags: tags:
- "v*" - "v*"
@ -22,7 +23,7 @@ jobs:
- name: node Setup - name: node Setup
uses: actions/setup-node@v2 uses: actions/setup-node@v2
with: with:
node-version: '14' node-version: '16'
- name: npm install - name: npm install
run: | run: |
cd web cd web

View File

@ -1 +1,2 @@
REACT_APP_ENV=development REACT_APP_ENV=development
ESLINT_NO_DEV_ERRORS=true

View File

@ -1,2 +1,3 @@
REACT_APP_ENV=production REACT_APP_ENV=production
GENERATE_SOURCEMAP=false GENERATE_SOURCEMAP=false
DISABLE_ESLINT_PLUGIN=true