dillon1000/react

Commit

[prettier] detect changed files from relative dir

Previously, `yarn prettier` didn't write changed files since `glob` produced 
paths relative to cwd and `git diff --name-only` produced paths relative to git 
root directory. 

This changes `git diff --name-only` to `git diff --name-only --relative`
Browse files
Changed paths2 files
First-parent comparison
M compiler/forget/scripts/prettier.js ModifiedM compiler/forget/scripts/shared/list-changed-files.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…