oliverdavies.uk/netlify.toml

12 lines
232 B
TOML
Raw Normal View History

2018-07-20 16:34:29 +01:00
[build]
2019-04-10 12:20:56 +01:00
command = """
2019-04-14 08:34:39 +01:00
composer lint -- --dry-run
2019-04-14 09:19:08 +01:00
yarn lint --fix-dry-run
2019-04-14 07:58:28 +01:00
composer test
2019-04-10 12:20:56 +01:00
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" }