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

Test yarn installation on build #1031

Open
tcr opened this issue Oct 11, 2016 · 0 comments
Open

Test yarn installation on build #1031

tcr opened this issue Oct 11, 2016 · 0 comments

Comments

@tcr
Copy link
Member

tcr commented Oct 11, 2016

We found our first breaking change in #1030 with how yarn installs binaries.

I found the invocation to test installing a yarn module globally with a local t2-cli checkout:

yarn cache clean
yarn global add file:$(pwd)

First we clean the cache, otherwise a previously downloaded [email protected] might be selected instead of our local copy. Then we do a global add with the file: protocol of the current directory (t2-cli).

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

No branches or pull requests

1 participant