Skip to content

Conversation

@benceruleanlu
Copy link
Member

@benceruleanlu benceruleanlu commented Jan 16, 2026

Summary

  • remove the publish:staging script
  • delete the unused todesktop.staging.json config

Testing

  • yarn lint
  • yarn format
  • yarn typescript

┆Issue is synchronized with this Notion page by Unito

@benceruleanlu benceruleanlu requested a review from a team as a code owner January 16, 2026 22:55
Copilot AI review requested due to automatic review settings January 16, 2026 22:55
@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Jan 16, 2026
@coderabbitai
Copy link

coderabbitai bot commented Jan 16, 2026

📝 Walkthrough

Walkthrough

The pull request removes staging-specific build configuration and deployment infrastructure. The publish:staging script is deleted from package.json, and the entire todesktop.staging.json configuration file is removed, consolidating the build process to use only production-level configurations.

Changes

Cohort / File(s) Change Summary
Staging Configuration Cleanup
package.json, todesktop.staging.json
Removed the publish:staging npm script that executed vite compilation and ToDesktop staging builds. Deleted the staging-specific ToDesktop configuration file that extended the base configuration with staging metadata and package details.

Possibly related PRs


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request removes the staging environment configuration for ToDesktop builds. The PR cleans up unused staging-related configuration by deleting the staging config file and removing the associated npm script.

Changes:

  • Removed todesktop.staging.json configuration file
  • Deleted the publish:staging npm script from package.json

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
todesktop.staging.json Removed entire staging configuration file that extended the main todesktop.json with staging-specific settings
package.json Removed publish:staging script that referenced the deleted staging config

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants