Merge pull request #91 from zzc7211/master

[Github Action]修复项目CI脚本构建失败问题
This commit is contained in:
芋道源码 2022-02-27 03:04:23 +08:00 committed by GitHub
commit a49b1431e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 10218 additions and 10353 deletions

View File

@ -37,14 +37,14 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node_version }}
cache: "pnpm"
cache-dependency-path: yudao-ui-admin/pnpm-lock.yaml
cache: "yarn"
cache-dependency-path: yudao-ui-admin/yarn.lock
- name: Install deps
run: pnpm install
run: node --version && yarn --version && yarn install
- name: Build
run: pnpm run build:prod
run: yarn build:prod
# 查看 workflow 的文档来获取更多信息
# @see https://github.com/crazy-max/ghaction-github-pages

View File

@ -13,7 +13,6 @@ import org.activiti.bpmn.model.Process;
import org.activiti.engine.impl.identity.Authentication;
import org.activiti.engine.impl.util.io.BytesStreamSource;
import javax.xml.bind.Element;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;

View File

@ -20,4 +20,3 @@ selenium-debug.log
*.local
package-lock.json
yarn.lock

File diff suppressed because it is too large Load Diff

10214
yudao-ui-admin/yarn.lock Normal file

File diff suppressed because it is too large Load Diff