1
0
Fork 0

fix(docs): (vercel) Add build command override

This commit is contained in:
Benjamin F 2023-04-23 03:58:31 -07:00
parent 129deb04b5
commit 4e5ca8cb97

View file

@ -146,9 +146,10 @@ The Root Directory setting will determine the build type for the project.
1. Change the name of the project, if you wish.
Names can consist of alphanumeric lowercase and hyphen characters.
2. Change the Root Directory to the desired setting, as described above.
3. Don't change any of the Build & Development Settings.
The default values will work fine.
4. Press white "Deploy" button.
3. In the Build & Development Settings,
override the Build Command with `yarn run build`.
(All the other settings will work fine with default values.)
4. Press the white "Deploy" button.
Vercel will then create the project and start building the project's first
deployment based on the current `develop` branch.