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

Switch to yarn #84

Merged
merged 1 commit into from Oct 28, 2016
Merged

Switch to yarn #84

merged 1 commit into from Oct 28, 2016

Conversation

wwwdata
Copy link
Contributor

@wwwdata wwwdata commented Oct 27, 2016

There's currently one interesting discussion ongoing: yarnpkg/yarn#570

the behaviour at the moment is that when a normal yarn install is running, it automatically generates and updates the yarn.lock file within the specified version range from the package.json

So in order to reproduce the correct dependencies always purely from the lock file it's important to add --pure-lockfile to the yarn install command ... I hope they change that. But just in case people are wondering here why the hell the yarn.lock changes after an install.

@@ -45,6 +45,7 @@
},
"dependencies": {
"classnames": "^2.2.5",
"eslint": "3.7.1",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

there's some comma-dangle hick hack going on ... so we stick to that version for now

Copy link
Contributor Author

@wwwdata wwwdata Oct 28, 2016

Choose a reason for hiding this comment

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

@fspoettel don't you just thumbs up, give me a real review and approve!!! 😄

Copy link
Contributor

Choose a reason for hiding this comment

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

i thought i did, looks like i did not push the Approve button hard enough

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it's ok, just make sure you are fully concentrated next time. It's important to stay focused when pressing buttons!

Copy link
Contributor

Choose a reason for hiding this comment

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

giphy

@wwwdata wwwdata merged commit ef779e4 into master Oct 28, 2016
wwwdata pushed a commit that referenced this pull request Oct 28, 2016
@wwwdata wwwdata deleted the yarn branch October 28, 2016 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants