forked from 0xWheatyz/SPARC
Commit a frontend lockfile (package-lock.json or pnpm-lock.yaml) for reproducible builds #128
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Context
The frontend directory has no committed lockfile. This means npm or pnpm will resolve different dependency versions on different machines or CI runs, making builds non-reproducible and potentially introducing unexpected breaking changes.
Work
Acceptance Criteria
References
Roadmap: P2 -- Frontend -- Missing package-lock.json or pnpm-lock.yaml.
This issue has already been resolved.
frontend/package-lock.jsonis committed to the repository for reproducible builds.Resolved by PR #31. Closing.