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 && \
|
2019-11-01 19:30:02 +00:00
|
|
|
yarn lint --fix-dry-run && \
|
|
|
|
yarn build && \
|
2019-10-04 07:27:01 +00:00
|
|
|
composer build
|
2019-04-10 11:20:56 +00:00
|
|
|
"""
|
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" }
|