Update netlify.toml
parent
f72e1cf7ef
commit
5d3f870841
|
@ -26,3 +26,9 @@
|
|||
publish = "/"
|
||||
command = "echo 'already built'"
|
||||
|
||||
# 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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue