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

Yarn #195

Merged
merged 2 commits into from
Mar 6, 2017
Merged

Yarn #195

merged 2 commits into from
Mar 6, 2017

Conversation

searls
Copy link
Member

@searls searls commented Mar 6, 2017

Now that we've dropped node<4 support we can finally use yarn.

@searls searls added this to WIP in td.js 2.0 Mar 6, 2017
@searls searls merged commit b4bde4f into master Mar 6, 2017
@searls searls deleted the yarn branch March 6, 2017 17:18
@searls searls moved this from WIP to Done in td.js 2.0 Mar 6, 2017
@@ -3,7 +3,7 @@
"private": true,
"scripts": {
"test": "mocha -R spec --recursive test/helper.js test/lib/",
"test:debug": "npm test -- --debug-brk"
"test:debug": "yarn test -- --debug-brk"
Copy link
Member

Choose a reason for hiding this comment

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

Not suggesting but mentally laughing at the thought of making every npm script agnostic to npm vs yarn.

"config": {"pkger": "yarn"},
"scripts": {"test:debug": "$npm_package_config_pkger test -- --debug-brk"}

@searls
Copy link
Member Author

searls commented Mar 6, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants