mirror of
https://github.com/atulmy/gql-query-builder.git
synced 2026-04-25 23:55:55 +03:00
[GH-ISSUE #54] v3.5.2 npm broken (probably due to npm-publish.yml) #127
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#127
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 @icflorescu on GitHub (Dec 5, 2020).
Original GitHub issue: https://github.com/atulmy/gql-query-builder/issues/54
Hey @atulmy,
I'm not sure why or how, but something is really broken in the
v3.5.2package published on npm.Just try
npm i gql-query-builderoryarn add gql-query-builderin an empty project and you'll see the only files you end up with innode_modules/gql-query-builderare these:There must be something wrong with your npm-publish.yml workflow.
Let me know if there's anything I can do to help.
@atulmy commented on GitHub (Dec 6, 2020):
Thanks for reporting and sorry about the issue, took a while to wrap my head around GitHub Actions CI/CD setup.
Resolved, v3.5.4 should work.
@icflorescu commented on GitHub (Dec 6, 2020):
Thanks for your quick response!