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
2020-01-24 22:23:06 +00:00

12 lines
196 B
TOML

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