forked from 0xWheatyz/SPARC
Commit a frontend lockfile (package-lock.json or pnpm-lock.yaml) #953
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?
Background
The frontend has no committed lockfile. Without one, npm install resolves dependencies non-deterministically, so different developers and CI may get different dependency trees.
Task
Acceptance Criteria
Reference
Roadmap: P2 Frontend -- Missing package-lock.json or pnpm-lock.yaml.
Triaged by repo manager. This issue has already been resolved.
frontend/package-lock.jsonexists in the repository. Closing as already implemented.