Skip to content

fix: rename start=gui script to start:gui#3346

Merged
Salazareo merged 1 commit into
HeyPuter:mainfrom
amanrai0810:fix-start-gui-script
Jul 7, 2026
Merged

fix: rename start=gui script to start:gui#3346
Salazareo merged 1 commit into
HeyPuter:mainfrom
amanrai0810:fix-start-gui-script

Conversation

@amanrai0810

Copy link
Copy Markdown
Contributor

Summary

This PR renames the npm script start-gui to start:gui to follow the standard npm naming convention for namespaced scripts.

Changes

  • Renamed start-gui to start:gui in the root package.json
Screenshot 2026-07-06 024912
  • Renamed start-gui to start:gui in src/gui/package.json
Screenshot 2026-07-06 025043
  • Updated the documentation reference in doc/self-hosting.md from npm run start-gui to npm run start:gui
Screenshot 2026-07-06 024707
  • Verified there are no remaining references to start-gui

Fixes #3339

@CLAassistant

CLAassistant commented Jul 5, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@Salazareo Salazareo merged commit 70884c2 into HeyPuter:main Jul 7, 2026
4 checks passed
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.

Script key "start=gui" in package.json should be "start:gui" (uses = instead of :)

3 participants