5 lines
210 B
TOML
5 lines
210 B
TOML
[build]
|
|
command = "php-cs-fixer fix --dry-run && yarn lint && composer prod && yarn prod && cp -R source/dist output_prod"
|
|
publish = "output_prod"
|
|
environment = { PHP_VERSION = "7.2", YARN_VERSION = "1.13.0" }
|