Made changes on prettier & prettier:diff scripts in 'package.json` for Windows 10#166
Merged
Conversation
… make it work on Windows as suggested by 'bvaughn' on #70 (comment)
|
Deploy preview ready! Built with commit 315e4c6 |
jhonmike
pushed a commit
to jhonmike/reactjs.org
that referenced
this pull request
Jul 1, 2020
* Start translation for Create React App v2 post * Translate learn-more section * Translate whats-new section * Translate breaking-changes section * Translate starting-a-project-with-create-react-app-20 section * Translate updating-a-project-to-create-react-app-20 section * Apply suggestions from code review Co-Authored-By: felipemfp <felipemfpontes@gmail.com> * Update content/blog/2018-10-01-create-react-app-v2.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi, Brian (@bvaughn).
This is a change made to make
yarn check-allwork on Windows 10.Here is the related issue in which this was discussed.
#70 (comment)