fix(docs): (vercel) Add build command override
This commit is contained in:
parent
129deb04b5
commit
4e5ca8cb97
1 changed files with 4 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue