Skip to content

ADD: Frontend npm lockfile for build#704

Open
tommilatj wants to merge 1 commit into
mainfrom
fix/frontend-npm-lockfile
Open

ADD: Frontend npm lockfile for build#704
tommilatj wants to merge 1 commit into
mainfrom
fix/frontend-npm-lockfile

Conversation

@tommilatj

Copy link
Copy Markdown
Contributor

Summary

Fix frontend build failure caused by missing npm lockfile.

Changes

  • Added front/package-lock.json
  • Removed stale package-lock.json ignore rule from front/.gitignore

Reason

The Electron build uses npm ci, which requires an existing package-lock.json.
The project previously used Yarn (yarn.lock existed in history), but the lockfile was removed and no replacement was added.

This completes the migration to npm for frontend dependency installation.

@tommilatj tommilatj requested review from rmatsuda and robbisg June 26, 2026 05:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants