Update netlify.toml
parent
36bbcf0d04
commit
6eb7261f41
10
netlify.toml
10
netlify.toml
|
@ -16,12 +16,18 @@
|
|||
|
||||
# Production context: all deploys from the Production branch set in your site's
|
||||
# deploy contexts will inherit these settings.
|
||||
[context."v7-preview"]
|
||||
publish = "/"
|
||||
command = "npm run build"
|
||||
|
||||
[context."release-v6.0.0"]
|
||||
publish = "/"
|
||||
command = "echo 'branch release-v6.0.0 already built'"
|
||||
|
||||
[context."release-v5.1.0"]
|
||||
publish = "/"
|
||||
command = "echo 'branch release-v5.1.0 already built'"
|
||||
|
||||
# Production context: all deploys from the Production branch set in your site's
|
||||
# deploy contexts will inherit these settings.
|
||||
[context.master]
|
||||
publish = "/"
|
||||
command = "echo 'already built'"
|
||||
|
|
Loading…
Reference in New Issue