ngneat / dag

🐠 An Angular service for managing directed acyclic graphs
MIT License
154 stars 7 forks source link

chore: 🤖 copy readme after building lib #21

Closed pjlamb12 closed 3 years ago

pjlamb12 commented 3 years ago

chore: 🤖 copy readme after building lib

Copy the README and logo and demo gif to the dist folder after building the lib

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[x] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:

What is the current behavior?

The logo and demo gif don't show up in the README in NPM

What is the new behavior?

The README and images are copied to the dist folder after the library is built

Does this PR introduce a breaking change?

[ ] Yes
[x] No
pjlamb12 commented 3 years ago

I'm not sure why the tests are just queued and not running. I guess it could be that the repo has reached the limit of free minutes. I think public repos get more minutes.

I also just switched CI to run on only Node 14.x instead of 14 and 12.