10 lines
189 B
TOML
10 lines
189 B
TOML
[build]
|
|
command = """
|
|
composer test && \
|
|
npm run lint --fix-dry-run && \
|
|
npm run production && \
|
|
composer production
|
|
"""
|
|
publish = "output_prod"
|
|
environment = { PHP_VERSION = "7.2" }
|