Skip to content

Commit fde94d0

Browse files
committed
add checkConnection command to setup
1 parent 35377fe commit fde94d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clients/js/packages/client/src/client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ export class StarshipClient implements StarshipClientI {
189189
}
190190

191191
public setup(): void {
192+
this.checkConnection();
192193
this.setupHelm();
193194
}
194195

0 commit comments

Comments
 (0)