Skip to content

Commit

Permalink
fix: delete old code in buildOnce (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvadla authored Sep 5, 2024
1 parent 7e95f6f commit b952228
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/thirty-onions-film.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"rollup-plugin-typed-gql": patch
---

fix buildOnce function
2 changes: 0 additions & 2 deletions src/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ export default function typedGql(options) {
})
.on("error", reject);
});

await writer.cleanup();
},

async buildStart() {
Expand Down

0 comments on commit b952228

Please sign in to comment.