Skip to content

Commit

Permalink
Update ui/desktop/package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lily-de authored Feb 24, 2025
1 parent fb2bd60 commit 12c0042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"format": "prettier --write \"src/**/*.{ts,tsx,css,json}\"",
"format:check": "prettier --check \"src/**/*.{ts,tsx,css,json}\"",
"prepare": "cd ../.. && husky install",
"start-alpha-gui": "ALPHA=true npm run generate-api && electron-forge start"
"start-alpha-gui": "ALPHA=true npm start-gui"
},
"devDependencies": {
"@electron-forge/cli": "^7.5.0",
Expand Down

0 comments on commit 12c0042

Please sign in to comment.