Skip to content

Commit 7c49d5c

Browse files
authored
fix: Add status-bar to plugins installed on capacitor integration (#4701)
1 parent e772494 commit 7c49d5c

File tree

1 file changed

+1
-1
lines changed
  • packages/@ionic/cli/src/lib/integrations/capacitor

1 file changed

+1
-1
lines changed

packages/@ionic/cli/src/lib/integrations/capacitor/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export class Integration extends BaseIntegration<ProjectIntegration> {
108108
}
109109

110110
async installCapacitorPlugins() {
111-
const [ manager, ...managerArgs ] = await pkgManagerArgs(this.e.config.get('npmClient'), { command: 'install', pkg: ['@capacitor/haptics', '@capacitor/app', '@capacitor/keyboard'] });
111+
const [ manager, ...managerArgs ] = await pkgManagerArgs(this.e.config.get('npmClient'), { command: 'install', pkg: ['@capacitor/haptics', '@capacitor/app', '@capacitor/keyboard', '@capacitor/status-bar'] });
112112
await this.e.shell.run(manager, managerArgs, { cwd: this.root });
113113
}
114114

0 commit comments

Comments
 (0)