This repository has been archived on 2020-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
victor-hugo/netlify.toml

12 lines
214 B
TOML

[build.environment]
YARN_VERSION = "1.12.1"
NPM_VERSION = "6.4.1"
HUGO_VERSION = "0.55.6"
[build]
command = "npm run build"
publish = "dist"
[context.deploy-preview]
command = "npm run build:preview"