This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/netlify.toml

12 lines
232 B
TOML

[build]
command = """
composer lint -- --dry-run
yarn lint --fix-dry-run
composer test
composer prod
yarn prod
cp -R source/dist output_prod
"""
publish = "output_prod"
environment = { PHP_VERSION = "7.2", YARN_VERSION = "1.13.0" }