12 lines
194 B
TOML
12 lines
194 B
TOML
[build]
|
|
command = """
|
|
composer test && \
|
|
yarn lint --fix-dry-run && \
|
|
yarn run production && \
|
|
composer run production
|
|
"""
|
|
publish = "output_prod"
|
|
|
|
[build.environment]
|
|
PHP_VERSION = "7.2"
|