Update netlify.toml

master
JFH 2021-01-03 19:27:01 +01:00
parent f72e1cf7ef
commit 5d3f870841
1 changed files with 6 additions and 0 deletions

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"