Update netlify.toml

This commit is contained in:
JFH
2021-01-03 19:27:01 +01:00
parent f72e1cf7ef
commit 5d3f870841

View File

@@ -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"