ci
Some checks failed
study-online / Explore-Gitea-Actions (push) Failing after 7s

This commit is contained in:
libingxiang 2025-08-04 16:41:27 +08:00
parent 10b7d0b695
commit 3f81f726d8

View File

@ -44,8 +44,7 @@ jobs:
# 构建项目
- name: Build project
run: |
export NODE_OPTIONS="--openssl-legacy-provider"
npm run build
npm run build --legacy-peer-deps
# 将 dist 目录移动到目标位置
- name: Move dist folder to target directory