fix(admin.gbapp): Methods implemented again according to the interface.
This commit is contained in:
parent
cd146ed2ba
commit
17122c79a1
1 changed files with 4 additions and 0 deletions
|
@ -216,6 +216,10 @@ export class GBAdminService implements IGBAdminService {
|
||||||
return path.indexOf('sharepoint.com') > 0;
|
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) {
|
public static async deployPackageCommand(min: GBMinInstance, text: string, deployer: IGBDeployer) {
|
||||||
const packageName = text.split(' ')[1];
|
const packageName = text.split(' ')[1];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue