固定 types 版本并恢复 --legacy-peer-deps
Some checks failed
构建并部署前端到生产环境 / build-and-deploy (push) Failing after 47s
Some checks failed
构建并部署前端到生产环境 / build-and-deploy (push) Failing after 47s
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -16,7 +16,7 @@ RUN npm config set registry https://registry.npmmirror.com
|
||||
COPY package.json ./
|
||||
|
||||
# 安装所有依赖
|
||||
RUN npm install
|
||||
RUN npm install --legacy-peer-deps
|
||||
|
||||
# 复制源代码
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user