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

fix(schema): support array type #4312

Merged
merged 4 commits into from Apr 14, 2018
Merged

Conversation

ikatyang
Copy link
Member

Forgot to take option.array into account.

@@ -2,7 +2,7 @@

"use strict";

if (process.env.NODE_ENV === "test") {
if (process.env.NODE_ENV === "test" || process.env.CI) {
Copy link
Member

Choose a reason for hiding this comment

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

What about using if (requre.main === module) as the condition (more info on Stack Overflow), and inverting the two blocks?

This way, you can still require() the module outside of CI/tests.

@ikatyang ikatyang merged commit 5d7b148 into prettier:master Apr 14, 2018
@ikatyang ikatyang deleted the fix/schema-array branch April 14, 2018 16:06
@lock lock bot added the locked-due-to-inactivity Please open a new issue and fill out the template instead of commenting. label Jul 13, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Jul 13, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
locked-due-to-inactivity Please open a new issue and fill out the template instead of commenting.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants