[#6] C1: Regenerate package-lock.json + add PR build workflow #31
Reference in New Issue
Block a user
Delete Branch "fix-lockfile-and-pr-workflow"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Lockfile sync:
npm installregeneratedpackage-lock.json— adds the missing@emnapi/runtime@1.10.0peer dependency that causednpm cito fail during Docker builds.PR workflow:
.gitea/workflows/pr.ymlbuilds bothappandmigrateDocker images on everypull_requesttomain, but never pushes images, versions, or deploys Helm — visibility without side effects.Files changed
.gitea/workflows/pr.yml— new PR workflow (build only, no push)web/package-lock.json— regenerated, addspeer: truefor@emnapi/coreChecklist
npm install(verified:npm cinow passes)View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.