Skip to content

Conversation

BPScott
Copy link
Member

@BPScott BPScott commented Jun 26, 2019

WHY are these changes introduced?

Every other shopify project I work on uses type-check, and my muscle memory
hates us being different

WHAT is this pull request doing?

Renames yarn run ts to yarn run type-check

Every other shopify project I work on uses type-check, and my muscle memory
hates us being different
@BPScott BPScott requested a review from AndrewMusgrave June 26, 2019 19:02
@BPScott BPScott temporarily deployed to polaris-react-pr-1745 June 26, 2019 19:02 Inactive
"lint": "sewing-kit lint",
"format": "sewing-kit format",
"ts": "tsc --noEmit",
"type-check": "sewing-kit type-check",
Copy link
Member

@AndrewMusgrave AndrewMusgrave Jun 26, 2019

Choose a reason for hiding this comment

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

What does sewing-kit run under the hood?

Edit: just checked 😄

Copy link
Member Author

Choose a reason for hiding this comment

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

It still runs tsc --noEmit under the hood

@BPScott BPScott merged commit e8c62d7 into master Jun 26, 2019
@BPScott BPScott deleted the type-check branch June 26, 2019 19:40
@dleroux dleroux temporarily deployed to production July 9, 2019 15:19 Inactive
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.

3 participants