Open curtisy1 opened 7 months ago
@curtisy1 is attempting to deploy a commit to the Justin Maximillian Kimlim's projects Team on Vercel.
A member of the Team first needs to authorize it.
Had to fix the theme support as well. On Linux, files and folders are case sensitive, so the added components
folder broke the build because it was imported from Components
(capital vs lower-case c)
Motivation
Working on Linux, I had to do a few things to get this branch to build successfully.
yarn.lock
and thepackage.json
.live-server
's latest version also hadCRLF
endings, which yarn doesn't like at all, causing build failurespython
on Linux is the legacypython2
, which is no longer installed by defaultcopyfiles.py
did not copy files for me. This might be due to the change in 3.Changes
LF
python
on windows andpython3
on other systems. I wasn't able to test this on windows, so please give it a try before merging! If it doesn't work, I think leaving python out of the equation and using the old JS copyfiles or the webpack copy files plugin would be a better approach..tsx
files and created directories if they didn't exist yetAdditional comments
I marked this as breaking because it could potentially break Windows system builds