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

10 lines
177 B
TOML
Raw Normal View History

2018-07-20 15:34:29 +00:00
[build]
2019-04-10 11:20:56 +00:00
command = """
yarn lint
composer prod
yarn prod
cp -R source/dist output_prod
"""
2019-01-01 02:11:21 +00:00
publish = "output_prod"
2019-03-15 20:57:10 +00:00
environment = { PHP_VERSION = "7.2", YARN_VERSION = "1.13.0" }