chore: add Netlify config for major version branch deploys (docusaurus-v2 branch) (#7787)

This commit is contained in:
Sébastien Lorber 2022-07-15 12:10:36 +02:00 committed by GitHub
parent e4fc47bec2
commit d88f248180
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,9 @@
[context.production]
command = "yarn --cwd .. build:packages && yarn netlify:build:production"
[context.branch-deploy]
command = "yarn --cwd .. build:packages && yarn netlify:build:production"
[context.deploy-preview]
command = "yarn --cwd .. build:packages && yarn netlify:build:deployPreview"