ci: 添加 Epic UI 构建和部署工作流
- 新增 CI/CD 工作流文件,实现前端项目的自动构建和部署 - 支持 main、master 和 develop 分支的自动构建- 包含代码检出、环境安装、依赖管理、项目构建等步骤 - 实现构建产物的自动部署和 Docker 容器重启
This commit is contained in:
9
.npmrc
Normal file
9
.npmrc
Normal file
@@ -0,0 +1,9 @@
|
||||
# pnpm 性能优化配置
|
||||
registry=https://registry.npmmirror.com/
|
||||
store-dir=.pnpm-store
|
||||
prefer-offline=true
|
||||
auto-install-peers=true
|
||||
shamefully-hoist=true
|
||||
|
||||
# 缓存配置
|
||||
cache-dir=.npm-cache
|
||||
2085
pnpm-lock.yaml
generated
Normal file
2085
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user