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
196 B
TOML
Raw Permalink Normal View History

2018-07-20 15:34:29 +00:00
[build]
2019-04-10 11:20:56 +00:00
command = """
2019-10-04 07:27:01 +00:00
composer test && \
2020-01-24 21:31:45 +00:00
npm run lint --fix-dry-run && \
npm run production && \
2019-12-07 22:01:32 +00:00
composer run production
2019-04-10 11:20:56 +00:00
"""
2019-01-01 02:11:21 +00:00
publish = "output_prod"
2019-12-08 20:14:26 +00:00
[build.environment]
PHP_VERSION = "7.2"