更新 .gitea/workflows/build-action.yaml
Frontend CI/CD / build (web-office) (push) Failing after 3m31s Details

This commit is contained in:
z9130 2024-09-16 19:35:14 +08:00
parent 394e5e88b2
commit 83b30748e4
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ jobs:
run: |
cd pansoft-plrl
echo "Installing dependencies..."
pnpm install
pnpm install --no-frozen-lockfile
echo "Dependencies installed."
echo "Building project..."
pnpm build --filter ${{ matrix.project }}