gantt icon indicating copy to clipboard operation
gantt copied to clipboard

Npm publish : Fix Github Actions

Open TheoLaperrouse opened this issue 9 months ago • 2 comments

Hello,

I really appreciate your library and all the work you have put into this project.

I use your project by downloading it from the npm registry, however the last publish on npm was two years ago. This means that the latest features are not available. It seems that this is due to Github actions (https://github.com/frappe/gantt/actions/workflows/publish.yml) which don't go as far as publishing on npm. It seems to be because of small lint issues.

Could you please update the various lint issues so that I can benefit from the latest versions of the library? This would help me enormously in my work.

Thank you very much for your understanding and help.

TheoLaperrouse avatar May 15 '24 12:05 TheoLaperrouse

I think that run yarn prettier and upgrading the node version to 16 in .workflow/publish.yml fix the action.

TheoLaperrouse avatar May 16 '24 09:05 TheoLaperrouse

ditto

Dygitz avatar Aug 29 '24 02:08 Dygitz

Fixed now! We also cleaned up our tooling today.

safwansamsudeen avatar Nov 28 '24 11:11 safwansamsudeen