Deploying create-eth-app in netlify #156
-
Hi Paul, great job, thanks for this project.
What would be the correct way to deploy a create-eth-app project in netlify? Sorry if the question is more of a netlify issue per se. But I wanted to know if anyone else has gone through this situation with this project. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @santanaruben! What version of yarn are you using and what command are you running, specifically? |
Beta Was this translation helpful? Give feedback.
-
I solved it, apparently, it was a problem with the command I was entering. Netlify supports yarn workspaces by default. My deployment configuration in case anyone else finds it useful: Build command: Thanks again for your time Paul. |
Beta Was this translation helpful? Give feedback.
I solved it, apparently, it was a problem with the command I was entering.
Netlify supports yarn workspaces by default.
My deployment configuration in case anyone else finds it useful:
Build command:
yarn react-app:build
Publish directory:
packages/react-app/build
Thanks again for your time Paul.