Skip to content

Commit

Permalink
Install sdm-pack-lifecycle
Browse files Browse the repository at this point in the history
  • Loading branch information
cdupuis committed May 17, 2019
1 parent 03dc9b8 commit 5221c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/githubLifecycleSupport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ export function githubLifecycleSupport(): ExtensionPack {
return {
...metadata(),
configure: sdm => {
lifecycleSupport(DefaultGitHubLifecycleOptions).configure(sdm);
sdm.addExtensionPacks(lifecycleSupport(DefaultGitHubLifecycleOptions));
},
};
}

0 comments on commit 5221c92

Please sign in to comment.