oliverdavies.uk/netlify.toml
2019-12-08 20:26:00 +00:00

10 lines
191 B
TOML

[build]
command = """
composer test && \
yarn lint --fix-dry-run && \
yarn run production && \
composer run production
"""
publish = "output_prod"
environment = { PHP_VERSION = "7.2" }