Skip to content

Commit

Permalink
fix(bindings): clean up after project
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrandwijk committed Dec 29, 2017
1 parent 9754472 commit 3f44103
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/prepare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export class Prepare {
setCurrentProject(project: GraphQLProjectConfig, projectName: string): void {
this.project = project
this.projectName = projectName
this.bundleExtensionConfig = undefined
}

bindings() {
Expand Down

0 comments on commit 3f44103

Please sign in to comment.