10 lines
206 B
TOML
10 lines
206 B
TOML
|
|
# Note: this file's config overrides the Netlify UI admin config
|
|
|
|
[context.production]
|
|
command = "yarn netlify:build:production"
|
|
|
|
[context.deploy-preview]
|
|
command = "yarn netlify:build:deployPreview"
|
|
|