Skip to content

Yarn#1

Closed
ducks wants to merge 2 commits intosteveklabnik:yarnfrom
ducks:yarn
Closed

Yarn#1
ducks wants to merge 2 commits intosteveklabnik:yarnfrom
ducks:yarn

Conversation

@ducks
Copy link
Copy Markdown

@ducks ducks commented Oct 11, 2016

potential fix for build breakage in rust-lang#457

steveklabnik and others added 2 commits October 11, 2016 16:07
yarn is a new cli for the npm registry from Facebook, Google, and Tilde.
It's patterned after Cargo, and @wycats was involved in making it. The
big things we care about here:

1. It is faster. 30s vs 45 for npm cli on my mcahine.
2. It has a lockfile. Cargo has a lockfile. Lockfiles are good.

This commit moves development over to yarn.

Some changes:

Instead of needing to `npm install -g` things, we can instead include
them in our `package.json`, and use `yarn run`. This doesn't pollute the
global environment, which is a win!

The README and .travis.yml are updated accordingly.
@steveklabnik
Copy link
Copy Markdown
Owner

Merged manually, thanks!

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.

2 participants