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

Use yarn.lock instead of package-lock.json #16

Merged
merged 1 commit into from
Nov 7, 2019
Merged

Conversation

chrsmith
Copy link
Contributor

@chrsmith chrsmith commented Nov 7, 2019

The CI/CD setup I had was using yarn to get dependencies and things, but we had a package-lock.json checked into the repo. This PR corrects that.

Copy link
Member

@justinvp justinvp left a comment

Choose a reason for hiding this comment

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

But we use yarn in all other repos. Can't we just remove package-lock.json and add yarn.lock?

@chrsmith
Copy link
Contributor Author

chrsmith commented Nov 7, 2019

Can't we just remove package-lock.json and add yarn.lock?

Yeah, in fact I'd be a little partial to that too. I am never sure if "npm is dead, long live yarn" or if "yarn is totally over, npm is cool again". (Or "wtf is yarn, just use nom".)

I'll make the change.

@chrsmith chrsmith changed the title Use npm instead of yarn for CI/CD Use yarn.lock instead of package-lock.json Nov 7, 2019
@chrsmith
Copy link
Contributor Author

chrsmith commented Nov 7, 2019

@justinvp PTAL, we should be totally into yarn for dependencies in the repo right now.

Copy link
Member

@justinvp justinvp left a comment

Choose a reason for hiding this comment

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

Thanks

@ekrengel
Copy link
Contributor

ekrengel commented Nov 7, 2019

@sean1588 Another working agreement item -- we use yarn

@chrsmith chrsmith merged commit 3a462eb into master Nov 7, 2019
@pulumi-bot pulumi-bot deleted the chrsmith/use-npmn branch November 7, 2019 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants