Update .gitea/workflows/build.yml

This commit is contained in:
2026-04-07 12:25:08 +00:00
parent 173c476f74
commit 16da32c424

View File

@@ -33,6 +33,6 @@ jobs:
${{ inputs.build_command }}
else
npm install
npm run build
npm run build --legacy-peer-deps
fi