oliverdavies.uk/netlify.toml

11 lines
222 B
TOML

[build]
command = """
composer test && \
composer build && \
npm run lint --fix-dry-run && \
npm run production && \
cp -R source/build output_prod
"""
publish = "output_prod"
environment = { PHP_VERSION = "7.2" }