chore(build): add tslint and unit tests to prerelease gulp task

closes #5755
This commit is contained in:
Josh Thomas
2016-04-13 15:40:20 -05:00
parent c4eed03630
commit ade93371a4
3 changed files with 28 additions and 14 deletions

View File

@ -190,7 +190,7 @@ export class Platform {
triggerReady() {
this._zone.run(() => {
this._readyResolve();
})
});
}
/**
@ -741,5 +741,5 @@ export interface PlatformVersion {
str?: string;
num?: number;
major?: number;
minor?: number
minor?: number;
}