feat(desktop): add dev reset scripts for fresh install testing
- Add `dev:desktop:reset` to delete ~/.super-multica directory - Add `dev:desktop:fresh` to reset and start app in one command Enables testing the complete onboarding flow as a new user. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
bc9b7d6fc5
commit
07c05b145c
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,8 @@
|
|||
"mu": "pnpm --filter @multica/cli dev",
|
||||
"dev": "pnpm --filter @multica/desktop dev",
|
||||
"dev:desktop": "pnpm --filter @multica/desktop dev",
|
||||
"dev:desktop:reset": "rm -rf ~/.super-multica && echo '✓ Deleted ~/.super-multica - Fresh install state restored'",
|
||||
"dev:desktop:fresh": "pnpm dev:desktop:reset && pnpm dev:desktop",
|
||||
"dev:desktop:onboarding": "pnpm --filter @multica/desktop dev:onboarding",
|
||||
"dev:gateway": "pnpm --filter @multica/gateway dev",
|
||||
"dev:web": "pnpm --filter @multica/web dev",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue