Closed vwong031 closed 2 years ago
@vwong031 is attempting to deploy a commit to the cutiehack2022 Team on Vercel.
A member of the Team first needs to authorize it.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated |
---|---|---|---|
cutiehack2022 | ✅ Ready (Inspect) | Visit Preview | Sep 14, 2022 at 3:10PM (UTC) |
curious, did ur own prettier config in vscode extension or something, cuz it looks like whatever prettier thing u used changed files u shouldn't have; Rn, we only run prettier against components/*
andpages/*
cuz some files get messed up with prettier.
can u undo ur prettier changes and re run it with our script, yarn format
(its defined under package.json
if u wanna take a look)
everything else looks good tho, noice work
curious, did ur own prettier config in vscode extension or something, cuz it looks like whatever prettier thing u used changed files u shouldn't have; Rn, we only run prettier against
components/*
andpages/*
cuz some files get messed up with prettier.can u undo ur prettier changes and re run it with our script,
yarn format
(its defined underpackage.json
if u wanna take a look)
oo, ya i got confused on how to run prettier with yarn so i did it with npm like i normally do. i didn't realize it would break some stuff