[GH-ISSUE #54] v3.5.2 npm broken (probably due to npm-publish.yml) #31

Closed
opened 2026-03-03 00:02:52 +03:00 by kerem · 2 comments
Owner

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.2 package published on npm.
Just try npm i gql-query-builder or yarn add gql-query-builder in an empty project and you'll see the only files you end up with in node_modules/gql-query-builder are these:

-rw-r--r-- 1 user user 1.1K Dec  5 12:49 LICENSE
-rw-r--r-- 1 user user  13K Dec  5 12:49 README.md
-rw-r--r-- 1 user user 1.5K Dec  5 12:49 package.json

There must be something wrong with your npm-publish.yml workflow.
Let me know if there's anything I can do to help.

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.2` package published on npm. Just try `npm i gql-query-builder` or `yarn add gql-query-builder` in an empty project and you'll see the only files you end up with in `node_modules/gql-query-builder` are these: ``` -rw-r--r-- 1 user user 1.1K Dec 5 12:49 LICENSE -rw-r--r-- 1 user user 13K Dec 5 12:49 README.md -rw-r--r-- 1 user user 1.5K Dec 5 12:49 package.json ``` There must be something wrong with your [npm-publish.yml](https://github.com/atulmy/gql-query-builder/blob/master/.github/workflows/npm-publish.yml) workflow. Let me know if there's anything I can do to help.
kerem closed this issue 2026-03-03 00:02:52 +03:00
Author
Owner

@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.

<!-- gh-comment-id:739475993 --> @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.
Author
Owner

@icflorescu commented on GitHub (Dec 6, 2020):

Thanks for your quick response!

<!-- gh-comment-id:739480142 --> @icflorescu commented on GitHub (Dec 6, 2020): Thanks for your quick response!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/gql-query-builder#31
No description provided.