-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use AppWatcher events for extension drafts (#4889)
### WHY are these changes introduced? Improves the extension development workflow by integrating with the app event watcher system instead of maintaining separate file watchers for each extension. ### WHAT is this pull request doing? Refactors the extension draft update process to: - Remove individual extension file watchers - Integrate with the centralized app event watcher system - Update extension drafts only when build results are successful ### How to test your changes? 1. Run `dev` against partners with a project containing multiple extensions 2. Verify that extension changes are detected and drafts are updated 3. Confirm that failed builds don't trigger draft updates ### Measuring impact - [x] n/a - this doesn't need measurement, e.g. a linting rule or a bug-fix ### Checklist - [x] I've considered possible cross-platform impacts (Mac, Linux, Windows) - [x] I've considered possible [documentation](https://shopify.dev) changes
- Loading branch information
Showing
4 changed files
with
48 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters