-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add update command and enhance error handling
- Introduced a new "test:update" script in package.json for testing updates. - Updated the updatePackage function to use 'npm install -g' instead of 'npx' for installing updates. - Improved error handling to provide detailed output for both stdout and stderr during the update process. - Adjusted unit tests to reflect changes in the update command and error handling. Co-Authored-By: Michael Latman <[email protected]>
- Loading branch information
1 parent
50ee23a
commit 981076e
Showing
3 changed files
with
24 additions
and
6 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