Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check for yarn #56

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Check for yarn #56

wants to merge 7 commits into from

Conversation

punkael
Copy link

@punkael punkael commented Jan 22, 2021

Issue

Goals

Implementation Details

How to Test

@CLAassistant
Copy link

CLAassistant commented Jan 22, 2021

CLA assistant check
All committers have signed the CLA.

@cade-conklin cade-conklin reopened this May 17, 2022
@cade-conklin cade-conklin reopened this May 17, 2022
@cade-conklin cade-conklin changed the base branch from main to develop May 17, 2022 21:55
@cade-conklin cade-conklin dismissed a stale review May 17, 2022 21:55

The base branch was changed.

Comment on lines 37 to 54
// var packageManager string
// if upstream["Node/Env/NpmVersion"].Status == tasks.Info {
// packageManager = "npm"
// }

// if packageManager == "" {
// if upstream["Node/Env/YarnVersion"].Status == tasks.Info {
// packageManager = "yarn"
// }
// }

// if packageManager == "" {
// return tasks.Result{
// Status: tasks.None, //tasks.Warning?
// Summary: "This task did not because we could not found npm or yarn installed",
// }
// }

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If these aren't needed, the comments can be deleted

@cade-conklin
Copy link
Contributor

@punkael would you mind pulling in the latest changes from develop?

@daffinito
Copy link
Contributor

I updated the yarn task to use dependency injection and added tests

@daffinito
Copy link
Contributor

Updated the dependencies task to check for yarn if npm isn't installed.

@daffinito daffinito changed the base branch from develop to main March 1, 2023 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants