Skip to content

Commit

Permalink
fix(admin.gbapp): Methods implemented again according to the interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed May 12, 2020
1 parent cd146ed commit 17122c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/admin.gbapp/services/GBAdminService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,10 @@ export class GBAdminService implements IGBAdminService {
return path.indexOf('sharepoint.com') > 0;
}

public async publish(min: GBMinInstance, packageName: string, republish: boolean): Promise<void>
{

}
public static async deployPackageCommand(min: GBMinInstance, text: string, deployer: IGBDeployer) {
const packageName = text.split(' ')[1];

Expand Down

0 comments on commit 17122c7

Please sign in to comment.