Skip to content

Commit

Permalink
feat(components/tool/app): Uninstall on remove
Browse files Browse the repository at this point in the history
  • Loading branch information
oegea committed Apr 12, 2024
1 parent 6daec16 commit 4e26136
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/tool/app/bin/commands/remove.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const uninstallSuiApp = () => {
const uninstallPlugins = () => {
uninstallPackage('@capgo/capacitor-native-biometric')
uninstallPackage('@capacitor/local-notifications')
uninstallPackage('@capgo/capacitor-updater')
}

// Business logic
Expand Down

0 comments on commit 4e26136

Please sign in to comment.