pythonindia / junction

Junction is a software to manage proposals, reviews, schedule, feedback during conference.
MIT License
193 stars 191 forks source link

Add yarn install to CI #642

Closed ananyo2012 closed 4 weeks ago

ananyo2012 commented 4 years ago

I see @dependabot making some PRs for yarn packages. There is a yarn.lock present at https://github.com/pythonindia/junction/tree/master/junction/static . In case that is being used we need to add that to CI to keep track of dependency updates.

ananyo2012 commented 4 years ago

We are using yarn packages for css assets only. For JS we are still using vanilla jquery library. Unless there is linting or tests setup we don't need to run yarn in CI.

ananyo2012 commented 4 weeks ago

Issue is stale and we can reopen once new CI implemented