mirror of
https://github.com/atulmy/gql-query-builder.git
synced 2026-04-25 23:55:55 +03:00
[GH-ISSUE #21] v3.1.2 breaks build #13
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gql-query-builder#13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @henrykuzmick on GitHub (Aug 14, 2019).
Original GitHub issue: https://github.com/atulmy/gql-query-builder/issues/21
Since v3.1.2 importing breaks typescript builds (not sure if the same happens with js)
@bradcypert commented on GitHub (Aug 15, 2019):
Running into the same issue here with TypeScript.
@milewski commented on GitHub (Aug 15, 2019):
Thats because the latest version is missing the source files...
@bradcypert commented on GitHub (Aug 15, 2019):
@milewski Who needs those? 😝
@atulmy commented on GitHub (Aug 15, 2019):
My bad. Fixed.
@thealjey-eib commented on GitHub (Dec 6, 2020):
@atulmy I believe that this is the case again with 3.5.2
@atulmy commented on GitHub (Dec 6, 2020):
Sorry about that, took a while to wrap my head around GitHub Actions CI/CD setup. Resolved, v3.5.4 should work.