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
2019-11-12 19:49:24 +00:00

11 lines
247 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", YARN_VERSION = "1.13.0" }